mc_rebalance_datapack/data/minecraft/loot_tables/chests/ancient_city.json

124 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2025-08-28 18:43:46 +00:00
{
"pools":[{
"rolls": {"min":12,"max":17},
"entries":[
{
"type":"item",
"name":"minecraft:enchanted_golden_apple",
"weight":1
},
{
"type":"item",
"name":"minecraft:recovery_compass",
"weight":1
},
{
"type":"item",
"name":"minecraft:diamond_sword",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_horse_armor",
"weight":2
},
{
"type":"item",
"name":"minecraft:music_disc_13",
"weight":1
},
{
"type":"item",
"name":"minecraft:music_disc_cat",
"weight":1
},
{
"type":"item",
"name":"minecraft:music_disc_otherside",
"weight":1
},
{
"type":"item",
"name":"minecraft:echo_shard",
"weight":4
},
{
"type":"item",
"name":"minecraft:disc_fragment_5",
"weight":5
},
{
"type":"item",
"name":"minecraft:experience_bottle",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":17,"max":22}
}],
"weight":4
},
{
"type":"item",
"name":"minecraft:sculk",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":10,"max":18}
}],
"weight":8
},
{
"type":"item",
"name":"minecraft:sculk_sensor",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":1,"max":3}
}],
"weight":4
},
{
"type":"item",
"name":"minecraft:black_wool",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":8,"max":15}
}],
"weight":6
},
{
"type":"item",
"name":"minecraft:deepslate_bricks",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":8,"max":15}
}],
"weight":7
},
{
"type":"item",
"name":"minecraft:lingering_potion",
"functions":[{
"function":"minecraft:set_potion",
"id":"minecraft:long_swiftness"
}],
"weight":4
}
]
}]
}