mc_rebalance/data/minecraft/loot_tables/chests/village/village_temple.json

110 lines
2 KiB
JSON
Raw Normal View History

2025-08-20 01:55:52 +00:00
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:redstone",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:rotten_flesh",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:blue_orchid"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:emerald"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8,
"min": 3
}
}
],
"random_sequence": "minecraft:chests/village/village_temple"
}