mc_rebalance/data/minecraft/loot_tables/chests/abandoned_mineshaft.json
2025-08-20 02:55:52 +01:00

238 lines
4.3 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:apple",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:name_tag",
"weight": 30
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:iron_pickaxe",
"weight": 5
},
{
"type": "minecraft:empty",
"weight": 5
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_ingot",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 9,
"min": 4
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:amethyst_shard",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 9,
"min": 4
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:lapis_lazuli",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_ingot",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 13,
"min": 7
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:cooked_porkchop",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:firework",
"weight": 4
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:golden_apple",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:beetroot_soup",
"weight": 10
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
}
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 4
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_ingot",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 4
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_nugget",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_chirp",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_mellohi",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_13",
"weight": 7
}
],
"rolls": 3
}
],
"random_sequence": "minecraft:chests/abandoned_mineshaft"
}