neuralgia/config/forgivingworld.json
Pyritie b9f3c51407
Pushing recent 0.9 alpha feedback (#877)
Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
2025-04-18 00:40:58 +01:00

47 lines
No EOL
1.1 KiB
JSON

{
"disableVanillaPortals": {
"desc:": "Disables vanilla portals, default:false",
"disableVanillaPortals": true
},
"teleportCooldown": {
"desc:": "Sets a delay before you can teleport again, default:15 seconds",
"teleportCooldown": 15
},
"instantTeleport": {
"desc:": "Instantly teleports instead of notifying the user over time,(Note this causes some lag, due to loading chunks directly) default:false",
"instantTeleport": false
},
"teleportedRidden": {
"desc:": "Teleport ridden entities too, default:true",
"teleportedRidden": true
},
"teleportLeashed": {
"desc:": "Teleport leashed entities too, default:true",
"teleportLeashed": true
},
"debuglogging": {
"desc:": "Enable debug logging, default:false",
"debuglogging": false
},
"dimensionconnections": [
{
"from": "minecraft:overworld",
"to": "minecraft:the_nether",
"teleporttype": {
"teleporttype": "AIR",
"teleport_to_y": 125
},
"belowy": -58,
"slowfallticks": 1200
},
{
"from": "minecraft:the_nether",
"to": "minecraft:overworld",
"teleporttype": {
"teleporttype": "CAVE",
"teleport_to_y": -58
},
"abovey": 118
}
]
}