summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/fortress.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/minecraft/worldgen/structure/fortress.json')
-rw-r--r--data/minecraft/worldgen/structure/fortress.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/data/minecraft/worldgen/structure/fortress.json b/data/minecraft/worldgen/structure/fortress.json
index 2e2f4a7..1b5f723 100644
--- a/data/minecraft/worldgen/structure/fortress.json
+++ b/data/minecraft/worldgen/structure/fortress.json
@@ -1,6 +1,7 @@
{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/nether_fortress",
+ "step": "underground_decoration",
"spawn_overrides": {
"monster": {
"bounding_box": "piece",
@@ -38,12 +39,9 @@
]
}
},
- "step": "underground_decoration",
- "start_pool": "original_skyblock:fortress",
- "use_expansion_hack": false,
+ "start_pool": "vanilla_skyblock:fortress",
"max_distance_from_center": 1,
"size": 1,
- "project_start_to_heightmap": "WORLD_SURFACE",
"start_height": {
"type": "minecraft:biased_to_bottom",
"min_inclusive": {
@@ -52,5 +50,6 @@
"max_inclusive": {
"below_top": 0
}
- }
+ },
+ "use_expansion_hack": false
}