From 1299ea0858519aa61bb01e0c3ea5e4678c67de30 Mon Sep 17 00:00:00 2001 From: CocoTheOwner <65736624+CocoTheOwner@users.noreply.github.com> Date: Mon, 18 Jan 2021 16:30:20 +0100 Subject: [PATCH] Re-fix carving --- dimensions/overworld.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 0a7217cf..5c5af4d6 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -411,13 +411,13 @@ "dimensionAngleDeg": 19, "carveLayers": [ { - "minHeight": 99, - "maxHeight": 186, - "threshold": 0.435, + "minHeight": 130, + "maxHeight": 290, + "threshold": 0.500, "style": { "zoom": 2, "style": "FRACTAL_WATER" } } ] -} \ No newline at end of file +}