From db53f1e532dd21bef167f1e87bed920881e16da4 Mon Sep 17 00:00:00 2001 From: CocoTheOwner <65736624+CocoTheOwner@users.noreply.github.com> Date: Sat, 30 Jan 2021 17:11:06 +0100 Subject: [PATCH] Remove ravines Should be replaced by a custom system at some point but they still ruin a lot of things --- dimensions/overworld.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 0a7217cf..95a63557 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -102,7 +102,7 @@ "terrainZoom": 1, "coordFractureZoom": 0.15, "fluidHeight": 63, - "ravines": true, + "ravines": false, "ravineRarity": 28, "ravineRibRarity": 2, "fluidPalette": { @@ -420,4 +420,4 @@ } } ] -} \ No newline at end of file +}