From fbc635f8cc12a760c7b287d525cf21d8e969a987 Mon Sep 17 00:00:00 2001 From: Brian Neumann-Fopiano Date: Wed, 30 Aug 2023 12:43:31 -0400 Subject: [PATCH] dwa --- biomes/hot/desert-dunes-red.json | 19 ++++++++++++++++++- biomes/hot/desert-dunes.json | 19 ++++++++++++++++++- biomes/terralost/ancient-sands.json | 19 ++++++++++++++++++- 3 files changed, 54 insertions(+), 3 deletions(-) diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/desert-dunes-red.json index 13b3fdaf..5297b490 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/desert-dunes-red.json @@ -64,13 +64,30 @@ }, "enabled": true }, + "edit": [ + { + "find": [ + { + "block": "minecraft:glass" + } + ], + "replace": + { + "palette": [ + { + "block": "minecraft:air" + } + ] + } + } + ], "place": [ "jigsaw/pyramid/pyramid-red-extreme", "jigsaw/pyramid/pyramid-red" ], "translate": { "x": 0, - "y": -3, + "y": -10, "z": 0 } }, diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index 5dba4faf..c9dd01c6 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -101,6 +101,23 @@ }, "enabled": true }, + "edit": [ + { + "find": [ + { + "block": "minecraft:glass" + } + ], + "replace": + { + "palette": [ + { + "block": "minecraft:air" + } + ] + } + } + ], "place": [ "jigsaw/pyramid/pyramid-extreme", "jigsaw/pyramid/pyramid_1", @@ -108,7 +125,7 @@ ], "translate": { "x": 0, - "y": -3, + "y": -10, "z": 0 } } diff --git a/biomes/terralost/ancient-sands.json b/biomes/terralost/ancient-sands.json index 67f74f48..2d26b636 100644 --- a/biomes/terralost/ancient-sands.json +++ b/biomes/terralost/ancient-sands.json @@ -99,13 +99,30 @@ }, "enabled": true }, + "edit": [ + { + "find": [ + { + "block": "minecraft:glass" + } + ], + "replace": + { + "palette": [ + { + "block": "minecraft:air" + } + ] + } + } + ], "place": [ "jigsaw/pyramid/pyramid-red-extreme", "jigsaw/pyramid/pyramid-red" ], "translate": { "x": 0, - "y": -3, + "y": -10, "z": 0 } },