Files
IMoO/loot_tables/chests/village/village_weaponsmith.json
T
2022-01-23 21:24:12 +03:00

161 lines
3.3 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:diamond"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:apple"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_pickaxe"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_sword"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_chestplate"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_helmet"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_leggings"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_boots"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"name": "minecraft:obsidian"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
},
{
"function": "set_data",
"data": 0
}
],
"name": "minecraft:sapling"
},
{
"type": "item",
"weight": 3,
"name": "minecraft:saddle"
},
{
"type": "item",
"name": "minecraft:horsearmoriron"
},
{
"type": "item",
"name": "minecraft:horsearmorgold"
},
{
"type": "item",
"name": "minecraft:horsearmordiamond"
}
]
}
]
}