Loot Table Generator
A powerful tool to build custom loot tables for blocks, entities, and chests in your data packs.
Advertisement:
Global Settings
Pool 1
Generated JSON
{
"type": "minecraft:generic",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:diamond"
}
]
}
]
}Place this file at:data/<namespace>/loot_tables/<file>.json
Advertisement: