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

119 lines
2.7 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1.0,
"max": 4.0,
"type": "minecraft:uniform"
},
"entries": [
{
"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": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4.0,
"max": 9.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:redstone"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3.0,
"max": 8.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:coal"
},
{
"type": "minecraft:item",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:bread"
},
{
"type": "minecraft:item",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:apple"
},
{
"type": "minecraft:item",
"name": "minecraft:iron_pickaxe"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": 30,
"treasure": true
}
],
"name": "minecraft:book"
}
]
}
]
}