data.magistuarmory.loot_tables.chests.simple_dungeon.json Maven / Gradle / Ivy
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"name": "magistuarmory:chainmail_horse_armor"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "magistuarmory:barding"
},
{
"type": "empty",
"weight": 92
}
]
}
]
}