From f372b8b657911cef4f9293bf40bd6363cbfff907 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Mon, 23 Nov 2020 01:12:37 -0500 Subject: [PATCH] Fix biome swamp abuse --- biomes/swamp-marsh-rotten.json | 16 +++------------- biomes/swamp-marsh.json | 13 +------------ 2 files changed, 4 insertions(+), 25 deletions(-) diff --git a/biomes/swamp-marsh-rotten.json b/biomes/swamp-marsh-rotten.json index 73a6fcba..0edbe4a3 100644 --- a/biomes/swamp-marsh-rotten.json +++ b/biomes/swamp-marsh-rotten.json @@ -1,9 +1,5 @@ { - "biomeSkyScatter": [ - "SWAMP", - "DESERT", - "BADLANDS" - ], + "vanillaDerivative": "SWAMP", "decorators": [ { "chance": 0.005, @@ -216,7 +212,7 @@ } ], "biomeZoom": 9, - "derivative": "PLAINS", + "derivative": "SWAMP_HILLS", "biomeStyle": { "style": "IRIS" }, @@ -236,11 +232,5 @@ } ] }, - "biomeScatter": [ - "FOREST", - "TAIGA", - "SWAMP", - "TAIGA_HILLS" - ], - "rarity": 4 + "rarity": 12 } \ No newline at end of file diff --git a/biomes/swamp-marsh.json b/biomes/swamp-marsh.json index 18d71b1f..4bfcfa8a 100644 --- a/biomes/swamp-marsh.json +++ b/biomes/swamp-marsh.json @@ -1,10 +1,5 @@ { "vanillaDerivative": "SWAMP", - "biomeSkyScatter": [ - "SWAMP", - "DESERT", - "BADLANDS" - ], "children": [ "swamp-marsh-rotten" ], @@ -160,7 +155,7 @@ } ], "biomeZoom": 9, - "derivative": "PLAINS", + "derivative": "SWAMP", "biomeStyle": { "style": "IRIS" }, @@ -180,11 +175,5 @@ } ] }, - "biomeScatter": [ - "FOREST", - "TAIGA", - "SWAMP", - "TAIGA_HILLS" - ], "rarity": 4 } \ No newline at end of file