diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/desert-dunes-red.json index 6716fe06..951c3d96 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/desert-dunes-red.json @@ -65,36 +65,13 @@ }, "enabled": true }, - "edit": [ - { - "find": [{"block": "sandstone"}], - "replace": {"palette": [{"block": "red_sandstone"}]} - }, - { - "find": [{"block": "sandstone_stairs"}], - "replace": {"palette": [{"block": "red_sandstone_stairs"}]} - }, - { - "find": [{"block": "chiseled_sandstone"}], - "replace": {"palette": [{"block": "chiseled_red_sandstone"}]} - }, - { - "find": [{"block": "cut_sandstone"}], - "replace": {"palette": [{"block": "cut_red_sandstone"}]} - }, - { - "find": [{"block": "sandstone_slab"}], - "replace": {"palette": [{"block": "red_sandstone_slab"}]} - } - - ], "place": [ - "jigsaw/pyramid/pyramid-extreme", + "jigsaw/pyramid/rpyramid-extreme", + "jigsaw/pyramid/rpyramid", "void/void", "void/void", - "void/void", - "clutter/sphinx1", - "clutter/brksphinx1" + "clutter/rsphinx1", + "clutter/rbrksphinx1" ], "translate": { "x": 0, diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index c22b8a63..549b95cc 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -67,7 +67,7 @@ }, "place": [ "jigsaw/pyramid/pyramid-extreme", - "void/void", + "jigsaw/pyramid/pyramid", "void/void", "void/void", "clutter/sphinx1", diff --git a/objects/clutter/brksphinx1.iob b/objects/clutter/brksphinx1.iob index 4b1631be..5a25143c 100644 Binary files a/objects/clutter/brksphinx1.iob and b/objects/clutter/brksphinx1.iob differ diff --git a/objects/clutter/rbrksphinx1.iob b/objects/clutter/rbrksphinx1.iob new file mode 100644 index 00000000..d643c3b0 Binary files /dev/null and b/objects/clutter/rbrksphinx1.iob differ diff --git a/objects/clutter/rsphinx1.iob b/objects/clutter/rsphinx1.iob new file mode 100644 index 00000000..1ad4e3ec Binary files /dev/null and b/objects/clutter/rsphinx1.iob differ diff --git a/objects/clutter/sphinx1.iob b/objects/clutter/sphinx1.iob index fe6f2173..54c32e57 100644 Binary files a/objects/clutter/sphinx1.iob and b/objects/clutter/sphinx1.iob differ diff --git a/objects/jigsaw/pyramid/pyramid.iob b/objects/jigsaw/pyramid/pyramid.iob new file mode 100644 index 00000000..c9d43fd9 Binary files /dev/null and b/objects/jigsaw/pyramid/pyramid.iob differ diff --git a/objects/jigsaw/pyramid/rpyramid-extreme.iob b/objects/jigsaw/pyramid/rpyramid-extreme.iob new file mode 100644 index 00000000..f546ba08 Binary files /dev/null and b/objects/jigsaw/pyramid/rpyramid-extreme.iob differ diff --git a/objects/jigsaw/pyramid/rpyramid.iob b/objects/jigsaw/pyramid/rpyramid.iob new file mode 100644 index 00000000..cd4584a1 Binary files /dev/null and b/objects/jigsaw/pyramid/rpyramid.iob differ