doxlean-2.0.0.jar
Curse Maven Snippet
What's new
2.0.0 — Minecraft 1.21.1 / NeoForge
Two port bugs found and fixed before release:
Leaning moved the camera the wrong way and swung it upward in an arc. Camera.move
rotates whatever you hand it by the full camera rotation — pitch and roll included —
so a purely sideways offset got tilted with your view. The peek offset is already in
world space, so the camera is now moved directly and its height is never touched.
Leaning also tilted the view without moving the body at all. In 1.21 the camera
position is written after the event fires; in 1.20 it was the other way round, so
the same code was silently overwritten every frame.
The camera, the projectile origin and the hitbox still all read one shared function,
so your crosshair and your shots cannot drift apart — same rule as 1.1.0.
Requires DoxCore 2.x.
This mod has no additional files

