From 12545904aacb86399aa8fdcf90d24895d01d0f36 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Fri, 30 Jul 2021 08:33:48 -0700 Subject: [PATCH] Fixes --- biomes/frozen/pine-hills.json | 6 +++++- biomes/tropical/plains.json | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) 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,