Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Creators
Details
Changelog
Changes in this Build (since previous push)
Miscellaneous
- Get item in PacketPlayerDigging.handleUseItem instead of it being passed - by ManInMyVan (
a7f8c77
) - Use getItemInHand in PacketPlayerDigging - by ManInMyVan (
d71239b
) - Only set NoSlow.didSlotChangeLastTick if the slot actually changed - by ManInMyVan (
aab6908
) - PacketStateData.eatingHand -> itemInUseHand - by ManInMyVan (
b37393c
) - Make PacketStateData.isSlowedByUsingItem() based on slowedByUsingItemSlot
the slowedByUsingItem is redundant - by ManInMyVan (cecf5fb
)
- Reduce runnables with world borders - by ManInMyVan (
21ef46a
) - Cache default input value; reduce memory usage for pre-1.21.2 players - by ManInMyVan (
eddb14b
) - Normalize trighandler param names - by ManInMyVan (
b44dd89
) - Mark GrimMath methods as pure - by ManInMyVan (
566dc9b
) - Make Ray fields final - by ManInMyVan (
f87a077
) - Don't use deprecated method ItemStack.getEnchantmentLevel(EnchantmentType, ClientVersion) - by ManInMyVan (
d2a8dce
)
🐛 Fixes
- Fix deprecated method call ItemStack.getEnchantmentLevel(EnchantmentType, ClientVersion) - by ManInMyVan (
345502b
) - Fix RunningMode field modifiers - by ManInMyVan (
9ea389b
)