-
Notifications
You must be signed in to change notification settings - Fork 56
Commands
Moonlight adds /moonlight, aliased to /mnl. Mostly debug and inspection tools.
| Command | |
|---|---|
/mnl config [modid] |
Open the config screen, for one mod or the mod list |
/mnl registry <registry> list | search <keyword> | dump <file> |
Browse any registry in game, including datapack ones. Search takes a keyword, dump writes to a file |
/mnl debug_renderers <type> |
Toggle the vanilla debug renderers that normally need a dev environment: neighbor updates, entity navigation, goal selectors, structure bounding boxes |
/mnl blockstate_stats |
Count blockstates, useful when tracking down state explosion |
/mnl map_marker |
Place a map marker |
/mnl random_teleport |
|
/mnl change_dimension |
|
/mnl back |
Return to where you were before the last teleport |
Debug renderers also need debug_renderers enabled in the client config, since the data has to be
sent from the server.
Not commands, but related. extra_debug in the common config writes dumps to .minecraft/debug/:
detected block types and their children, and everything the
dynamic packs generated.
Basics Platform Helpers Registration Networking Events Configs Config Screen
Resources Runtime Resource Packs Texture Manipulation Resource Helpers Block Set API
Client Custom Models Item Rendering Rendered Textures Post Shaders GUI Toolkit Colors
World Block and Item Interfaces Additional Item Placements Improved Entities Fake Levels World Data Dispenser Behaviors
Utilities Codec Utilities Misc Helpers Commands
Datapacks Villagers Soft Fluids Map Markers Spawn Boxes Global Datapack Folder