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