From 4571ab82a35c75b860ace4540dcea7258104c91c Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 31 Aug 2024 09:54:42 +0700 Subject: [PATCH] Update forgivingworld.json --- config/forgivingworld.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/config/forgivingworld.json b/config/forgivingworld.json index 473941821..67f90ae32 100644 --- a/config/forgivingworld.json +++ b/config/forgivingworld.json @@ -23,5 +23,29 @@ "desc:": "Enable debug logging, default:false", "debuglogging": false }, - "dimensionconnections": [] + "dimensionconnections": [ + { + "from": "minecraft:overworld", + "to": "minecraft:the_nether", + "xcoordmultiplier": 0.125, + "zcoordmultiplier": 0.125, + "teleporttype": { + "teleporttype": "AIR", + "teleport_to_y": 125 + }, + "belowy": -60, + "slowfallticks": 400 + }, + { + "from": "minecraft:the_nether", + "to": "minecraft:overworld", + "xcoordmultiplier": 8.0, + "zcoordmultiplier": 8.0, + "teleporttype": { + "teleporttype": "CAVE", + "teleport_to_y": -60 + }, + "abovey": 121 + } + ] } \ No newline at end of file