From 28532843a178c341df1ca2fcd76e7135f8fb086d Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Wed, 16 Sep 2020 14:15:24 -0700 Subject: [PATCH] Marsh Shit --- biomes/swamp-marsh.json | 19 ++++--------------- dimensions/overworld.json | 1 + generators/plain-chaotic-fine.json | 24 ++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 generators/plain-chaotic-fine.json diff --git a/biomes/swamp-marsh.json b/biomes/swamp-marsh.json index f1492fdc..1d74c32c 100644 --- a/biomes/swamp-marsh.json +++ b/biomes/swamp-marsh.json @@ -26,16 +26,6 @@ "style": "STATIC" } }, - { - "chance": 0.0030, - "stackMax": 3, - "palette": [ - { - "block": "twisting_vines_plant" - } - ], - "stackMin": 1 - }, { "chance": 0.122, "variance": { @@ -159,9 +149,9 @@ ], "generators": [ { - "min": -10, - "max": 5, - "generator": "plain-chaotic" + "min": -6, + "max": -3, + "generator": "plain-chaotic-fine" } ], "biomeZoom": 9, @@ -189,8 +179,7 @@ "FOREST", "TAIGA", "SWAMP", - "TAIGA_HILLS", - "NETHER_WASTES" + "TAIGA_HILLS" ], "rarity": 4 } \ No newline at end of file diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 53b8b6fe..8e6d96d7 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -22,6 +22,7 @@ "seaZoom": 2.25, "biomeZoom": 2.25, "carving": true, + "focus": "swamp-marsh", "lootTries": 32, "caveBiomeStyle": { "style": "CELLULAR_IRIS_DOUBLE" diff --git a/generators/plain-chaotic-fine.json b/generators/plain-chaotic-fine.json new file mode 100644 index 00000000..85f1bc51 --- /dev/null +++ b/generators/plain-chaotic-fine.json @@ -0,0 +1,24 @@ +{ + "interpolator": { + "function": "BILINEAR_STARCAST_9", + "horizontalScale": 33 + }, + "seed": 7546112, + "composite": [ + { + "exponent": 0.8, + "style": { + + "style": "IRIS_DOUBLE", + "zoom": 0.4, + "fracture": { + "style": "BIOCTAVE_SIMPLEX", + "multiplier": 50, + "zoom": 0.3 + } + }, + "seed": 20056, + "bezier": true + } + ] +} \ No newline at end of file