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

147 lines
3.4 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 2.0,
"max": 6.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:diamond"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "minecraft:item",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "minecraft:item",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:bamboo"
},
{
"type": "minecraft:item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4.0,
"max": 6.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:bone"
},
{
"type": "minecraft:item",
"weight": 16,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:rotten_flesh"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:saddle"
},
{
"type": "minecraft:item",
"name": "minecraft:iron_horse_armor"
},
{
"type": "minecraft:item",
"name": "minecraft:golden_horse_armor"
},
{
"type": "minecraft:item",
"name": "minecraft:diamond_horse_armor"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": 30,
"treasure": true
}
],
"name": "minecraft:book"
}
]
}
]
}