CheatUtils

This mod includes XRay or block finder, entity highlighting, kill aura, etc

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

NeoForge

implementation "curse.maven:cheatutils-621007:7304673"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • 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
  • game API:
    • added rayCast(int entityId, float maxRange) -> HitResult
    • added rayCastClosestEntity(Position3d origin, Position3d dir, float range) -> RayCastEntityResult
  • game.entities API:
    • added isUsingItemWithMainHand(int entityId) -> boolean
    • added isUsingItemWithOffHand(int entityId) -> boolean
  • player API:
    • added getEyePosition() -> Position3d
    • added getLookDirection() -> Position3d
  • player.target API:
    • added rayCast(double maxRange) -> HitResult