Skip to content

Commit

Permalink
Disable MC-198809
Browse files Browse the repository at this point in the history
Currently does not function properly due to MC-32578
  • Loading branch information
IcarussOne committed Jan 13, 2024
1 parent e1ab3a5 commit c7d0a45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ All changes are toggleable via config files.
* **Accurate Smooth Lighting:** Improves the accuracy of smooth lighting by checking for suffocation and light opacity
* **Attack Radius:** Improves the attack radius of hostile mobs by checking the line of sight with raytracing
* **Banner Bounding Box:** Fixes rendering issues with banners by correctly sizing their render bounding boxes
* **Blast Protection Knockback:** Fixes the blast protection enchantment not reducing knockback from explosions except at very high levels
* **Block Fire:** Prevents fire projectiles burning entities when blocking with shields
* **Block Overlay:** Fixes x-ray when standing in non-suffocating blocks
* **Boat Riding Offset:** Fixes entities glitching through the bottom of boats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public static class MiscCategory
@Config.RequiresMcRestart
@Config.Name("Blast Protection Knockback")
@Config.Comment("Fixes the blast protection enchantment not reducing knockback from explosions except at very high levels")
public boolean utBlastProtectionKnockbackToggle = true;
public boolean utBlastProtectionKnockbackToggle = false;

@Config.RequiresMcRestart
@Config.Name("Depth Mask")
Expand Down

0 comments on commit c7d0a45

Please sign in to comment.