Minecraft Loot Table Generator
Create a starter Minecraft loot table JSON file with safe namespaced ids, count ranges, and a copyable datapack path.
Browser local
Set the loot pool
data/offlinewebtools/loot_table/chests/starter_bonus.json
Copy or download this JSON into your datapack.
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 2,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
}
]
}
]
}Help, FAQs & related tools
Shipped
What this tool does
Minecraft Loot Table Generator helps you create a starter Minecraft loot table JSON file with safe namespaced ids, count ranges, and a copyable datapack path.
What you get
Minecraft Loot Table Generator produces a direct output in this page and is designed to keep processing on your device.
Something not working? Report a bug
Report a bug
If this tool misbehaves, share a quick summary so we can investigate. We include the tool URL automatically—no need to copy and paste.