mc_rebalance_datapack/data/minecraft/loot_tables/chests/nether_bridge.json
2025-08-28 19:43:46 +01:00

84 lines
1.5 KiB
JSON

{
"pools":[{
"rolls": {"min":19,"max":25},
"entries":[
{
"type":"item",
"name":"minecraft:diamond_sword",
"weight":1
},
{
"type":"item",
"name":"minecraft:obsidian",
"count": {"min":3,"max":5},
"weight":14
},
{
"type":"item",
"name":"minecraft:diamond",
"count": {"min":2,"max":5},
"weight":9
},
{
"type":"item",
"name":"minecraft:golden_horse_armor",
"weight":1
},
{
"type":"item",
"name":"minecraft:rib_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:nether_wart",
"count": {"min":3,"max":14},
"weight":14
},
{
"type":"item",
"name":"minecraft:diamond_chestplate",
"weight":1
},
{
"type":"item",
"name":"minecraft:golden_chestplate",
"functions": [{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":1
},
{
"type":"item",
"name":"minecraft:golden_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":20,"max":30}
}],
"weight":1
},
{
"type":"item",
"name":"minecraft:fire_charge",
"count": {"min":2,"max":3},
"weight":5
},
{
"type":"item",
"name":"minecraft:blaze_powder",
"count": {"min":2,"max":3},
"weight":3
},
{
"type":"item",
"name":"minecraft:nether_bricks",
"count": {"min":8,"max":19},
"weight":20
}
]
}]
}