Mantle Mod — Configuration
Commands
Mantle includes a suite of powerful commands primarily used for debugging and modpack development. All commands are prefixed with /mantle.
| Command | Description |
|---|---|
/mantle tags <type> <id> |
Lists all tags associated with a specific item, block, fluid, or entity. |
/mantle dump_tag <type> <name> |
Dumps the contents of a specific tag to the game log or a JSON file. |
/mantle dump_loot_modifiers |
Exports all active global loot modifiers to the mantle_data_dump folder. |
/mantle view_recipe <id> |
Displays the raw JSON structure of a specific recipe. |
/mantle harvest_tiers |
Prints the current Forge harvest tier registry (e.g., Wood, Stone, Iron, Diamond). |
/mantle hunger <value> |
Sets or adds to the player's current hunger level (useful for testing). |
/mantle remove recipes <id> |
Generates a JSON snippet to disable a specific recipe via data pack. |
/mantle sources <path> |
Identifies which mod or data pack is providing a specific resource file. |