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.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/minecraft/worldgen/structure/desert_pyramid.json b/data/minecraft/worldgen/structure/desert_pyramid.json
new file mode 100644
index 0000000..fa6e4d4
--- /dev/null
+++ b/data/minecraft/worldgen/structure/desert_pyramid.json
@@ -0,0 +1,19 @@
+{
+ "biomes": "#minecraft:has_structure/desert_pyramid",
+ "max_distance_from_center": 1,
+ "size": 1,
+ "spawn_overrides": {},
+ "start_height": {
+ "max_inclusive": {
+ "below_top": 0
+ },
+ "min_inclusive": {
+ "above_bottom": 0
+ },
+ "type": "minecraft:very_biased_to_bottom"
+ },
+ "start_pool": "original_skyblock:empty_full",
+ "step": "surface_structures",
+ "type": "minecraft:jigsaw",
+ "use_expansion_hack": false
+} \ No newline at end of file