summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/fortress.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-06-23 17:04:11 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-06-23 17:04:11 +0200
commitfcbea16f2ae86843eb214f64e02a96862e8e3564 (patch)
treecf169230f9ad723e610cfb511701ae128c754ed2 /data/minecraft/worldgen/structure/fortress.json
parent9104556192e966c52b28c2e95e3e9692ed8e7932 (diff)
original => vanilla && overwrite some more hard-coded structures :]
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
}