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

129 lines
2.7 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": 5,
"functions": [
{
"function": "minecraft:set_data",
"data": 1
}
],
"name": "minecraft:tallgrass"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_data",
"data": 2
}
],
"name": "minecraft:double_plant"
},
{
"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:wheat_seeds"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "minecraft:set_data",
"data": 4
}
],
"name": "minecraft:sapling"
},
{
"type": "item",
"name": "minecraft:saddle"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"name": "minecraft:torch"
},
{
"type": "item",
"name": "minecraft:bucket"
}
]
}
]
}