Update forgivingworld.json

This commit is contained in:
Dmitry
2024-08-31 09:54:42 +07:00
committed by Xikaro
parent 0bd14f66a9
commit 4571ab82a3

View File

@@ -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
}
]
}