Minecraft Loot Table Generator
A loot table decides what comes out of a chest, a mob or a fishing rod. It is a JSON file inside a data pack, not a command you can type, so this builder gives you the file and tells you where it goes. Set up pools, weights and count ranges here instead of hand-writing number providers.
Need somewhere to put the result? The data pack generator builds the folder this file belongs in.
Start from a preset
Table
The table type tells Minecraft what context it is rolled in. A chest table cannot use mob-only conditions, which is a common reason a table looks right and never fires.
Pools
Each pool rolls independently. Within a pool, weight decides the odds — a weight of 10 against a weight of 1 means ten times as likely, not ten percent.
Generated JSON
Save as