diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/desert-dunes-red.json index f5a48374..dad3e4ed 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/desert-dunes-red.json @@ -54,7 +54,7 @@ ] }, { - "chance": 1.0E-6, + "chance": 0.0009, "mode": "STILT", "rotation": { "yAxis": { @@ -65,15 +65,40 @@ }, "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", "void/void", "void/void", - "void/void" + "void/void", + "clutter/sphinx1", + "clutter/brksphinx1" ], "translate": { "x": 0, - "y": -14, + "y": -19, "z": 0 } } diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index 724c638a..6764d8fc 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -54,7 +54,7 @@ ] }, { - "chance": 0.001, + "chance": 0.0009, "mode": "STILT", "rotation": { "yAxis": { @@ -69,7 +69,9 @@ "jigsaw/pyramid/pyramid-extreme", "void/void", "void/void", - "void/void" + "void/void", + "clutter/sphinx1", + "clutter/brksphinx1" ], "translate": { "x": 0, diff --git a/biomes/temperate/oak-forest.json b/biomes/temperate/oak-forest.json index 70abb1fe..f042b7af 100644 --- a/biomes/temperate/oak-forest.json +++ b/biomes/temperate/oak-forest.json @@ -251,27 +251,6 @@ "max": 360 } } - }, - { - "place": [ - "trees/oak/massivegeneric1", - "trees/oak/massivegeneric2", - "trees/oak/massivegeneric3" - ], - "chance": 0.00001, - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": 0, - "max": 360 - } - }, - "scale": { - "minimumScale": 0.6, - "maximumScale": 0.6 - } } ] }