Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Changelog
Changes in this Build (since previous push)
Miscellaneous
- 1.21.11 support (#2420)
-
fix horse modern/legacy jumping mechanics, camel dash cooldown tracking (#2199)
-
implement UseEffects component
fixes: https://github.com/GrimAnticheat/Grim/issues/2396
-
initial support for hitbox margin
-
compensableDashableEntities -> dashableEntities
-
implement floating in water
-
implement nautilus movement
todo: fix dashing, fix step
- fix 0.03 fluid pushing
this code was dropped in: https://github.com/GrimAnticheat/Grim/commit/1a6a8c57583ef12556241383829eb5f7dcc3595f
-
fix nautilus dashing
-
improve precision while dashing
-
actually fix dashing
I'm really dumb ngl, vanilla packet sequence:
- rot packet with PLAYER look angle
- vehicle move packet with ENTITY look angle
vehicle move packet overrides player's yaw and pitch from first rot packet
- implement all prediction engines for nautilus
I will refactor this later
-
support new gliding behavior
-
refactor nautilus prediction engines
-
implement parched boundingbox
-
add support for fast lava gameplay attribute in fluid pushing
-
camels have variants now
-
WIP tick-based world borders
-
fix off ground camel dashing
thanks thisisatest8406
-
add onGround tracking for entities
-
revert tracking entity onGround
I decided that I don't care enough, camels are bugged as hell, everything desync
-
remove unneeded diff
-
fix pending jumps and camel off-ground dashing
-
remove outdated comment regarding nautilus jumping logic
-
Add support for max_reach AttackRange component
Co-authored-by: Axionize 154778082+Axionize@users.noreply.github.com - by Cyramek (bf85863)


