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

30 lines
661 B
JSON
Executable File

{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/bastion_remnant",
"max_distance_from_center": 80,
"size": 6,
"spawn_overrides": {
"monster": {
"bounding_box": "piece",
"spawns": [
{
"type": "minecraft:piglin_brute",
"maxCount": 1,
"minCount": 1,
"weight": 4
},
{
"type": "minecraft:piglin",
"maxCount": 4,
"minCount": 1,
"weight": 10
}
]
}
}, "start_height": {
"absolute": 33
},
"start_pool": "minecraft:bastion/starts",
"step": "surface_structures",
"use_expansion_hack": false
}