From adb3a46a9455ffcf57ed7fbb2b5db57a7daf6103 Mon Sep 17 00:00:00 2001 From: RaydenKonig <71474946+RaydenKonig@users.noreply.github.com> Date: Sat, 17 Apr 2021 18:51:02 -0300 Subject: [PATCH] pyramid improvements --- biomes/hot-desert-dunes.json | 43 ++++++------------------------------ 1 file changed, 7 insertions(+), 36 deletions(-) diff --git a/biomes/hot-desert-dunes.json b/biomes/hot-desert-dunes.json index 8de0bfa3..4f16258c 100644 --- a/biomes/hot-desert-dunes.json +++ b/biomes/hot-desert-dunes.json @@ -9,6 +9,12 @@ "min": 10 } ], + "jigsawStructures": [ + { + "rarity": 1650, + "structure": "desert-pyramid" + } + ], "objects": [ { "name": "standard-surface-portals", @@ -102,41 +108,6 @@ "clutter/desert-post3" ] }, - { - "chance": 0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000061, - "edit": [ - { - "find": [ - { - "block": "glass" - } - ], - "replace": { - "palette": [ - { - "block": "void_air" - } - ] - } - }], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "pyramid/pyramid1" - ], - "translate": { - "x": 0, - "y": -22, - "z": 0 - } - }, { "chance": 0.000000000000000000000000000000000000000000000000000000000000000000001, "rotation": { @@ -218,4 +189,4 @@ ] } ] -} \ No newline at end of file +}