VoidBack
The VoidBack mod provides protection in void worlds, preventing player deaths from falling into the abyss. When reaching dangerous depths, the character is automatically teleported to a pre-defined safe location.
Configuration
Main Settings:
- "world" - determines the world where fall protection will be activated
- backWorld - sets the target world for teleportation
- "cordX", "cordY", "cordZ" - coordinates of the teleportation point
Example configuration file:
{
"voidback": [
{
"world": "minecraft:test",
"backTeleport": {
"backWorld": "minecraft:test2",
"cordX": 0,
"cordY": 100,
"cordZ": 0
}
},
{
"world": "minecraft:test3",
"backTeleport": {
"backWorld": "minecraft:test4",
"cordX": 0,
"cordY": 100,
"cordZ": 0
}
}
]
}