
Debug Utils (Forge) - Debugging Tools for Minecraft
This mod brings back various debugging tools to Minecraft that Mojang developers typically remove from final game versions. This solution will be useful in a wide range of situations - both for regular players and mod developers.
Main Features
To activate debugging functions, use the command /debug_utils <feature_name>
, which allows you to enable and disable various diagnostic modes.
Available Debugging Functions:
POI Tracking - registers the addition and removal of points of interest blocks
Block Updates Monitoring - displays blocks affected by changes in their states
Structure Generation Visualization - shows boundaries of newly created structures
Entity Path Analysis - demonstrates mob movement routes
AI Goals Research - provides information about entity artificial intelligence behavior, highlighting active goals
Raid Tracking - highlights the center of raider attacks
Brain Activity Monitoring - similar to goals, shows the "brain" work of entities
Bee Information - displays data about bees, including hive presence
Game Events and Listeners - highlights game events and their handlers (sculk, warden, allays)
Bee Hive Analysis - shows information about hive status
Water Level Visualization - displays water level in neighboring blocks
Height Map - demonstrates terrain relief
Collisions - shows collisions with nearby blocks
Lighting - displays sky light level of blocks (direct sunlight is not shown)
Solid Faces - shows solid surfaces of neighboring blocks
Chunk Data - displays information about nearby chunks, including entity processing
Spawn Chunks - shows chunks with active entity spawning
Important Note
For proper mod operation, it must be installed on both the client and server.