Skip to content

Commit d421637

Browse files
committed
add fix explanations and effects for recently PRed fixes
1 parent d05cce7 commit d421637

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/assets/debugify/lang/en_us.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,8 @@
8989
"debugify.fix_explanation.mc-298225": "Fixes skybox getting cut off (i.e. holes/gaps) at low render distances by increasing far plane distance.",
9090
"debugify.fix_explanation.mc-268617": "Updates the RegEx filter to include all valid path locations. This allows using structure blocks in certain launchers such as Modrinth or any Linux Flatpak launcher.",
9191
"debugify.fix_explanation.mc-272431": "Fixes the dragon's velocity when traveling to path nodes, making it able to properly traverse to its destination and not circle above it.",
92-
"debugify.fix_effect.mc-272431": "Prevents zero and one-cycling the dragon as the dragon will no longer slowly perch on the end fountain or above travel nodes."
92+
"debugify.fix_effect.mc-272431": "Prevents zero and one-cycling the dragon as the dragon will no longer slowly perch on the end fountain or above travel nodes.",
93+
"debugify.fix_explanation.mc-297837": "Only use horizontal distance when calculating which waypoint transmitter to use, since large distances use azimuthal distance, which guesses pitch via horizon angle.",
94+
"debugify.fix_effect.mc-297837": "This allows clients to get exact position of players even when they are far away, but only vertically.",
95+
"debugify.fix_explanation.mc-299115": "The owner's reference is converted to an entity on deflection. This conversion fails if the owner is offline."
9396
}

0 commit comments

Comments
 (0)