minecraft-src/data/minecraft/worldgen/structure/monument.json
2025-07-04 01:41:11 +03:00

26 lines
No EOL
532 B
JSON

{
"type": "minecraft:ocean_monument",
"biomes": "#minecraft:has_structure/ocean_monument",
"spawn_overrides": {
"axolotls": {
"bounding_box": "full",
"spawns": []
},
"monster": {
"bounding_box": "full",
"spawns": [
{
"type": "minecraft:guardian",
"maxCount": 4,
"minCount": 2,
"weight": 1
}
]
},
"underground_water_creature": {
"bounding_box": "full",
"spawns": []
}
},
"step": "surface_structures"
}