LootTweaker Mod — Configuration
Commands
LootTweaker adds several commands to help identify loot table IDs and structures. All commands are sub-commands of /ct (CraftTweaker).
| Command | Description |
|---|---|
/ct loottables all |
Dumps every registered loot table into the dumps/loot_tables folder as JSON files. |
/ct loottables list |
Lists the IDs of all registered loot tables in the game chat. |
/ct loottables target |
Dumps the loot table of the block or entity currently being looked at by the player. |
/ct loottables byName <id> |
Dumps a specific loot table by its ID (e.g., minecraft:chests/abandoned_mineshaft). |