From 71157ac7cfc586705bbcf2db79f3928a665035ec Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 15 May 2025 20:05:32 +0100 Subject: [PATCH] tweaked Y levels of the overworld <-> beneath teleporting --- config/forgivingworld.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/forgivingworld.json b/config/forgivingworld.json index 26056c231..4156561c1 100644 --- a/config/forgivingworld.json +++ b/config/forgivingworld.json @@ -31,7 +31,7 @@ "teleporttype": "AIR", "teleport_to_y": 125 }, - "belowy": -58, + "belowy": -57, "slowfallticks": 1200 }, { @@ -39,7 +39,7 @@ "to": "minecraft:overworld", "teleporttype": { "teleporttype": "CAVE", - "teleport_to_y": -58 + "teleport_to_y": -56 }, "abovey": 118 }