removed forgiving world, added simply stacked dimensions, added configs (#1233)
This commit is contained in:
parent
e99f6a3907
commit
43277f195e
5 changed files with 59 additions and 89 deletions
|
|
@ -1,47 +0,0 @@
|
|||
{
|
||||
"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": -57,
|
||||
"slowfallticks": 1200
|
||||
},
|
||||
{
|
||||
"from": "minecraft:the_nether",
|
||||
"to": "minecraft:overworld",
|
||||
"teleporttype": {
|
||||
"teleporttype": "CAVE",
|
||||
"teleport_to_y": -56
|
||||
},
|
||||
"abovey": 118
|
||||
}
|
||||
]
|
||||
}
|
||||
6
config/simplystacked-common.toml
Normal file
6
config/simplystacked-common.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
[Teleporting]
|
||||
#How long in ticks before the entity can teleport again
|
||||
#Range: > 0
|
||||
cooldown = 600
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue