Files
2024-11-28 17:00:03 +00:00

75 lines
1.8 KiB
JSON

{
"config": {
"range": 10.0,
"isEnable": true
},
"loot": [
{
"table": [
"minecraft:chests/spawn_bonus_chest"
],
"chance": 1.0
},
{
"table": [
"minecraft:chests/village/village_desert_house",
"minecraft:chests/village/village_plains_house",
"minecraft:chests/village/village_snowy_house",
"minecraft:chests/village/village_taiga_house",
"minecraft:chests/village/village_savanna_house",
"minecraft:chests/village/village_butcher"
],
"chance": 0.02
},
{
"table": [
"minecraft:chests/abandoned_mineshaft",
"minecraft:chests/buried_treasure",
"minecraft:chests/pillager_outpost",
"minecraft:chests/stronghold_corridor",
"minecraft:chests/woodland_mansion"
],
"chance": 0.25
},
{
"table": [
"minecraft:chests/village/village_armorer",
"minecraft:chests/village/village_toolsmith",
"minecraft:chests/village/village_weaponsmith"
],
"chance": 0.07
},
{
"table": [
"minecraft:chests/bastion_treasure"
],
"chance": 0.7
},
{
"table": [
"minecraft:chests/simple_dungeon",
"minecraft:chests/nether_bridge",
"minecraft:chests/ruined_portal",
"minecraft:chests/shipwreck_treasure"
],
"chance": 0.1
},
{
"table": [
"minecraft:chests/end_city_treasure",
"minecraft:chests/jungle_temple",
"minecraft:chests/underwater_ruin_big"
],
"chance": 0.3
},
{
"table": [
"minecraft:chests/village/village_tannery",
"minecraft:chests/village/village_temple",
"minecraft:chests/bastion_hoglin_stable",
"minecraft:chests/desert_pyramid"
],
"chance": 0.2
}
]
}