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

153 lines
3.1 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:iron_nugget"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 2
}
],
"name": "minecraft:tallgrass"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 3
}
],
"name": "minecraft:double_plant"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:potato"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:pumpkin_seeds"
},
{
"type": "item",
"name": "minecraft:pumpkin_pie"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
},
{
"function": "set_data",
"data": 1
}
],
"name": "minecraft:sapling"
},
{
"type": "item",
"functions": [
{
"function": "set_data",
"data": 1
}
],
"name": "minecraft:sign"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
},
{
"function": "set_data",
"data": 1
}
],
"name": "minecraft:log"
}
]
}
]
}