Updated to 1.19.3
New & improved Telemetry Fix
New telemetry menu in 1.19.3 allows you to set telemetry from Minimal to Full, Debugify adds a third option, off, that fully turns off and prevents Minecraft from connecting to Mojang telemetry services.
This also allows for a tooltip explaining each type of telemetry option.
Technical Details
Debugify adds another option in options.txt
named debugifyTelemetry
where
0 = off, 1 = minimal and 2 = full. Debugify internally sets the vanilla option
to minimal if off or minimal so if you delete Debugify you would not be defaulted
to full.
Options GUI improvements
You can now search for fixes using their descriptions as well as their bug ID.
'Server' fixes have been renamed to 'Main' fixes because previous wording was misleading that they only applied on a server.
'Main' and 'Client' are now categories instead of groups while 'Basic' and 'Gameplay' have taken their place as groups rather than categories. The gameplay warning and multiplayer toggle are mirrored in both categories.
Fix groups are now expanded by default.
New versioning system
Due to how intertwined Debugify is with Minecraft versions, starting 1.19.3, a new versioning
system for Debugify is being adopted. The version will reset on every Minecraft version bump, including
patches. An example version is 1.19.3+1.0
, the major version will change when Debugify adds new fixes or
any significant changes to the mod itself happens, the minor version will change if Debugify makes any small
changes such as a bug fix or a text localisation update.
This has been made because the current system was very confusing and wasn't clear when there should ever be a major bump.
Removed bugs fixed in 1.19.3
Bug ID | Name | Fixed in |
---|---|---|
MC-26757 | Large item tooltips can get cut off at the edges of the screen | 22w42a |
MC-135973 | Can't hold Q to drop items rapidly from container inventories | 22w42a |
MC-145748 | Clicking a settings button when there's a slider under the mouse in the next screen plays the click sound twice | 22w42a |
MC-84873 | DeathTime values 20+ cause corrupted mobs | 22w43a |
MC-147605 | Text cursors can exist in multiple fields | 22w46a |
MC-151412 | "Edit Server Info" window does not focus "Server Name" text field automatically | 22w46a |
MC-233042 | Server Address field isn't focused when Direct Connection menu is opened | 22w46a |
MC-249059 | Loading terrain screen cannot close before 2 seconds have passed | 22w46a |
MC-228976 | Entity collision is run on render thread | 1.19.3-pre3 |
- MC-227169 - The main hand is broken when you hold a crossbow loaded into the secondary hand
- MC-135973 - Can't hold Q to drop items rapidly from container inventories
- Fix some LinkageErrors with other mods using MixinExtras
- Resolve #162
- Notice screen for config when YetAnotherConfigLib isn't loaded
- Remove use of Fabric's access wideners
- Further improve MC-26757 (the tooltip going off-screen one) now Debugify can wrap tooltips only when even centering tooltips makes them going off-screen, maintaining parity with Bedrock AND completely fixing the issue altogether.
- Better compatibility for some fixes - Techniques of modifying certain game code have been improved
New Fixes
- MC-59810 - Cannot break blocks while sprinting (Ctrl+Click = right click on macOS)
Other Changes
- When conflicts or incompatible OSes are detected, Debugify no longer disables the fix permanently but only for that launch, so if you delete the mod / change OS it will automatically re-enable.
- Change
Not fixed
for unavailable fixes toUnavailable
. - Fix for MC-577 wasn't handling drop mouse keybinds like the bug states.
- Fixed MC-200418 dismounting zombie villagers even when they weren't a jockey.
- Disable MC-162253 when Phosphor or Starlight are loaded, they fix it.
- Disable MC-165595 when Sodium Extra is loaded, it fixes it.
- Disable MC-22882 when Ctrl-Q is loaded, it fixes it.
- Use YetAnotherConfigLib (you need to download it) instead of Cloth Config!
- Add [MC-90683](https://bugs.mojang.com/browse/MC-90683- "Received unknown passenger" - Entities with differing render distances as passengers outputs error
- Add
Support me!
button in config menu.
- Update to 1.19.1
- Remove MC-148149 as it was fixed in 1.19.1
New Fixes
- MC-121706 - Skeletons and illusioners aren't looking up / down at their target while strafing
Bug Fixes
- Fix player not colliding with other entities with MC-228976 (closes #19)
- Fix camera and control deviations with MC-199467 (closes #122)
Misc
- Remove update checker as update API no longer maintained.
New Patches
- MC-22882 - Ctrl + Q won't work on Mac
Bug Fixes
- Fix compatibility with VulkanMod when MC-122477 is enabled
- Further improvements to MC-26757 (Better Tooltips) that keeps more of the tooltip readable (see here for screenshots)