File Details
cheatutils-3.14.9-neoforge-1.21.10.jar
- R
- Dec 7, 2025
- 2.21 MB
- 1.3K
- 1.21.10
- NeoForge
File Name
cheatutils-3.14.9-neoforge-1.21.10.jar
Supported Versions
- 1.21.10
Curse Maven Snippet
- Auto Bucket: added other fall dmg prevention methods
- Entity ESP: fixed entity titles don't revert to vanilla rendering if ESP is turned off
- Schematica: added option to shade missing blocks in different color
- Chunks: fixed IgnoreServerViewDistance option was always active under the hood
gameAPI:- added
rayCast(int entityId, float maxRange) -> HitResult - added
rayCastClosestEntity(Position3d origin, Position3d dir, float range) -> RayCastEntityResult
- added
game.entitiesAPI:- added
isUsingItemWithMainHand(int entityId) -> boolean - added
isUsingItemWithOffHand(int entityId) -> boolean
- added
playerAPI:- added
getEyePosition() -> Position3d - added
getLookDirection() -> Position3d
- added
player.targetAPI:- added
rayCast(double maxRange) -> HitResult
- added