summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/igloo.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/minecraft/worldgen/structure/igloo.json')
-rw-r--r--data/minecraft/worldgen/structure/igloo.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/data/minecraft/worldgen/structure/igloo.json b/data/minecraft/worldgen/structure/igloo.json
index e37f954..7e2af00 100644
--- a/data/minecraft/worldgen/structure/igloo.json
+++ b/data/minecraft/worldgen/structure/igloo.json
@@ -1,19 +1,19 @@
{
- "type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/igloo",
- "step": "surface_structures",
+ "max_distance_from_center": 1,
+ "size": 1,
"spawn_overrides": {},
- "start_pool": "vanilla_skyblock:empty_16",
- "max_distance_from_center": 1,
- "size": 1,
- "start_height": {
- "type": "minecraft:uniform",
+ "start_height": {
+ "max_inclusive": {
+ "below_top": 0
+ },
"min_inclusive": {
"above_bottom": 0
},
- "max_inclusive": {
- "below_top": 0
- }
- },
- "use_expansion_hack": false
-}
+ "type": "minecraft:uniform"
+ },
+ "start_pool": "vanilla_skyblock:empty_16",
+ "step": "surface_structures",
+ "type": "minecraft:jigsaw",
+ "use_expansion_hack": false
+} \ No newline at end of file