minecraft/src/main/resources/data/flytre/loot_tables/random_mid.json
Flytre 6ef151c0a3 Random chest generation & loot
Signed-off-by: Flytre <flytre7@gmail.com>
2021-09-11 18:20:13 -04:00

34 lines
656 B
JSON

{
"pools": [
{
"entries": [
{
"name": "flytre:food",
"weight": 3,
"type": "minecraft:loot_table"
},
{
"name": "flytre:resources",
"weight": 3,
"type": "minecraft:loot_table"
},
{
"name": "flytre:weapons\/random_mid",
"weight": 5,
"type": "minecraft:loot_table"
},
{
"name": "flytre:armor\/random_mid",
"weight": 8,
"type": "minecraft:loot_table"
}
],
"rolls": {
"min": 2,
"max": 4
}
}
],
"type": "minecraft:generic"
}