diff --git a/biomes/frozen/pine-hills.json b/biomes/frozen/pine-hills.json index bdc93d35..a3f8586c 100644 --- a/biomes/frozen/pine-hills.json +++ b/biomes/frozen/pine-hills.json @@ -80,7 +80,11 @@ {"block": "andesite"} ]}, "objects": [{ - "edit": [{ + "edit": [ + { + "find": [{"block": "dark_oak_fence"}, {"block": "dark_oak_fence_gate"}], "replace": {"palette": [{"block": "spruce_wood"}]} + }, + { "find": [{"block": "spruce_leaves"}], "replace": { "style": { diff --git a/biomes/tropical/plains.json b/biomes/tropical/plains.json index 2152d7c3..0b24d590 100644 --- a/biomes/tropical/plains.json +++ b/biomes/tropical/plains.json @@ -108,7 +108,7 @@ ], "translate": { "x": 0, - "y": -5, + "y": -2, "z": 0 } }, @@ -134,6 +134,7 @@ "trees/jungle/lgeneric8", "trees/jungle/lgeneric9" ], + "edit": [{"find": [{"block": "oak_log"}, {"block": "oak_wood"}], "replace": {"palette": [{"block": "jungle_wood"}]}}], "chance": 1, "rotation": { "enabled": true,