Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/resources/assets/debugify/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"debugify.fix_explanation.mc-162253": "Stops a client light update when entering a chunk.",
"debugify.fix_explanation.mc-165381": "Cancels destroying block when the client drops an item.",
"debugify.fix_explanation.mc-176559": "Does not consider item durability when comparing a change in item when checking if block breaking should reset.",
"debugify.fix_explanation.mc-197260": "Overrides the light level passed to the armour stand renderer with a maximum of: the block below the armor stand, bottom of the armor stand, top of the armor stand and the block above of the armor stand.",
"debugify.fix_explanation.mc-197260": "Overrides the light level passed to the armor stand renderer with a maximum of: the block below the armor stand, bottom of the armor stand, top of the armor stand and the block above of the armor stand.",
"debugify.fix_explanation.mc-237493": "Adds an option in the telemetry menu to completely disable telemetry. Telemetry is disabled by overriding all outgoing telemetry events to be an empty telemetry event, which is not sent.",
"debugify.fix_explanation.mc-231097": "When dropping an item, the client will send a \"release using item\" packet, if the player is currently using an item.",
"debugify.fix_effect.mc-231097": "This can cause very strict anti-cheats, such as Anti-Gaming-Chair, to flag \"invalid packet order\", which may result in a ban.",
Expand All @@ -71,9 +71,9 @@
"debugify.fix_explanation.mc-121706": "Entities with a ranged bow attack goal are forced to look at their target.",
"debugify.fix_explanation.mc-121903": "Adds NBT tag 'LastExecuted' to command blocks to save and load their last executed property.",
"debugify.fix_explanation.mc-124117": "Sends players packets to update all their effects, their experience and their abilities after cross dimensional teleport.",
"debugify.fix_explanation.mc-132878": "Spawns breaking particles when armour stands are hurt.",
"debugify.fix_explanation.mc-132878": "Spawns breaking particles when armor stands are hurt.",
"debugify.fix_explanation.mc-134110": "Correctly rotates double chests when a structure that is mirrored is placed.",
"debugify.fix_explanation.mc-135971": "Overrides CTRL+Q behaviour in crafting slot to repeatedly CTRL+Q until there are no items left in the crafting slot.",
"debugify.fix_explanation.mc-135971": "Overrides CTRL+Q behavior in crafting slot to repeatedly CTRL+Q until there are no items left in the crafting slot.",
"debugify.fix_explanation.mc-155509": "Checks if the pufferfish is alive before attempting to sting the player.",
"debugify.fix_explanation.mc-159283": "Casts 32-bit integers to 64-bit equivalents to prevent integer overflow at high X and Z values.",
"debugify.fix_effect.mc-159283": "Affects world generation.",
Expand Down