GalaxyDatapack/data/minecraft/worldgen/structure/end_city.json
2024-07-29 17:58:27 +02:00

17 lines
352 B
JSON
Executable File

{
"type": "minecraft:end_city",
"biomes": "#minecraft:has_structure/end_city",
"spawn_overrides": {
"monster": {
"bounding_box": "full",
"spawns": [
{
"type": "minecraft:shulker",
"maxCount": 1,
"minCount": 1,
"weight": 4
}
]
}
}, "step": "surface_structures"
}