From 203b0344eee48c8b3ae63032775aa83ebee9087e Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sat, 21 Aug 2021 19:11:02 -0700 Subject: [PATCH] Swamp beach Changes --- biomes/swamp/shore/beach.json | 8 ++++---- regions/swamp.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/biomes/swamp/shore/beach.json b/biomes/swamp/shore/beach.json index 36e438af..b02b0660 100644 --- a/biomes/swamp/shore/beach.json +++ b/biomes/swamp/shore/beach.json @@ -5,16 +5,16 @@ "color": "#55A300", "vanillaDerivative": "BEACH", "generators": [{ - "min": 1, - "max": 3, + "min": -5, + "max": 1, "generator": "plain" }], "layers": [ { "minHeight": 3, "maxHeight": 6, - "style": {"style": "STATIC"}, - "zoom": 0.25, + "style": {"style": "IRIS"}, + "zoom": 0.2, "palette": [ {"block": "minecraft:dirt"}, {"block": "minecraft:coarse_dirt"}, diff --git a/regions/swamp.json b/regions/swamp.json index 0e08cfeb..b2027abe 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -183,8 +183,8 @@ } ], "landBiomeZoom": 3, - "shoreHeightMin": 0.02, - "shoreHeightMax": 1.2, + "shoreHeightMin": 1.2, + "shoreHeightMax": 3, "loot": { "mode": "ADD", "multiplier": 1, @@ -196,7 +196,7 @@ "swamp-food" ] }, - "shoreHeightZoom": 1.14, + "shoreHeightZoom": 3.14, "blockDrops": [{ "drops": [{ "type": "slime_ball",