From df15a4c2ebeab279aaed173134bf29139980e86c Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sat, 2 Jan 2021 12:26:57 -0500 Subject: [PATCH] Add a flat area near spawn (not too abruptly) --- dimensions/overworld.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index e2e385eb..a3138608 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -385,6 +385,17 @@ } } ], + "noiseEffectZones": [ + { + "convergeToHeight": 68, + "blockRadius": 87, + "strength": 0.66, + "interpolationRadius": 42, + "interpolator": "HERMITE_LOOSE_HALF_NEGATIVE_BIAS", + "x": 0, + "z": 0 + } + ], "shoreBiomeStyle": { "style": "CELLULAR_IRIS_DOUBLE" },