summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/stronghold.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/minecraft/worldgen/structure/stronghold.json')
-rw-r--r--data/minecraft/worldgen/structure/stronghold.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/minecraft/worldgen/structure/stronghold.json b/data/minecraft/worldgen/structure/stronghold.json
index 6f85ed3..1c95ac2 100644
--- a/data/minecraft/worldgen/structure/stronghold.json
+++ b/data/minecraft/worldgen/structure/stronghold.json
@@ -1,9 +1,10 @@
{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/stronghold",
- "start_pool": "original_skyblock:stronghold",
"step": "surface_structures",
"terrain_adaption": "bury",
+ "spawn_overrides": {},
+ "start_pool": "vanilla_skyblock:stronghold",
"max_distance_from_center": 1,
"size": 1,
"start_height": {
@@ -15,6 +16,5 @@
"below_top": 0
}
},
- "spawn_overrides": {},
"use_expansion_hack": false
}