data.magistuarmory.loot_tables.chests.ruined_portal.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.19.2-epic-knights-fabric Show documentation
Show all versions of 1.19.2-epic-knights-fabric Show documentation
mod that adds medieval stuff to the game
The newest version!
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 4.0,
"max": 8.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
}
]
}
]
}