minecraft-assets/data/minecraft/loot_tables/chests/jungle_temple_dispenser.json

31 lines
616 B
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:arrow",
"weight": 30
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
}
}
]
}