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.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/data/minecraft/worldgen/structure/stronghold.json b/data/minecraft/worldgen/structure/stronghold.json
index 1c95ac2..e647cd4 100644
--- a/data/minecraft/worldgen/structure/stronghold.json
+++ b/data/minecraft/worldgen/structure/stronghold.json
@@ -1,20 +1,20 @@
{
- "type": "minecraft:jigsaw",
- "biomes": "#minecraft:has_structure/stronghold",
- "step": "surface_structures",
- "terrain_adaption": "bury",
- "spawn_overrides": {},
- "start_pool": "vanilla_skyblock:stronghold",
- "max_distance_from_center": 1,
- "size": 1,
- "start_height": {
- "type": "minecraft:very_biased_to_bottom",
+ "biomes": "#minecraft:has_structure/stronghold",
+ "max_distance_from_center": 1,
+ "size": 1,
+ "spawn_overrides": {},
+ "start_height": {
+ "max_inclusive": {
+ "below_top": 0
+ },
"min_inclusive": {
"above_bottom": 0
},
- "max_inclusive": {
- "below_top": 0
- }
- },
- "use_expansion_hack": false
-}
+ "type": "minecraft:very_biased_to_bottom"
+ },
+ "start_pool": "vanilla_skyblock:stronghold",
+ "step": "surface_structures",
+ "terrain_adaptation": "bury",
+ "type": "minecraft:jigsaw",
+ "use_expansion_hack": false
+} \ No newline at end of file