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

123 lines
2.6 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:gold_nugget"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:yellow_flower"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_data",
"data": 0
}
],
"name": "minecraft:red_flower"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:potato"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:apple"
},
{
"type": "item",
"name": "minecraft:book"
},
{
"type": "item",
"name": "minecraft:feather"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "minecraft:set_data",
"data": 0
}
],
"name": "minecraft:sapling"
}
]
}
]
}