GalaxyDatapack/data/minecraft/worldgen/structure/mansion.json

24 lines
504 B
JSON
Raw Normal View History

2024-07-29 15:58:27 +00:00
{
"type": "minecraft:woodland_mansion",
"biomes": "#minecraft:has_structure/woodland_mansion",
"spawn_overrides": {
"monster": {
"bounding_box": "full",
"spawns": [
{
"type": "minecraft:evoker",
"maxCount": 5,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:vindicator",
"maxCount": 4,
"minCount": 1,
"weight": 10
}
]
}
}, "step": "surface_structures"
}