Update forgivingworld.json
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user