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