From c3ef5931724fe1f1b22b06e4c7e67c659e6d18e7 Mon Sep 17 00:00:00 2001 From: CocoTheOwner <65736624+CocoTheOwner@users.noreply.github.com> Date: Mon, 18 Jan 2021 15:34:24 +0100 Subject: [PATCH] Fix double snow layer issue --- biomes/frozen-vander.json | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/biomes/frozen-vander.json b/biomes/frozen-vander.json index 8a567f2a..9eea7ff6 100644 --- a/biomes/frozen-vander.json +++ b/biomes/frozen-vander.json @@ -176,41 +176,6 @@ "biomeStyle": { "style": "IRIS" }, - "decorators": [ - { - "chance": 1, - "variance": { - "style": "IRIS", - "zoom": 0.2 - }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "snow" - }, - { - "data": { - "layers": 2 - }, - "block": "snow" - }, - { - "data": { - "layers": 3 - }, - "block": "snow" - }, - { - "data": { - "layers": 4 - }, - "block": "snow" - } - ] - } - ], "children": [ "frozen-peak", "frozen-mountains", @@ -349,4 +314,4 @@ "MOUNTAINS", "ICE_SPIKES" ] -} \ No newline at end of file +}