Skip to content

Commands

MehVahdJukaar edited this page Jul 25, 2026 · 1 revision

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.

Debug dumps

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.

Clone this wiki locally