Description
Adds data options for teleporting players to and from different dimensions when at specific Y levels!
This mod does nothing on its own, you must make a datapack with the dimension configs, examples here.
An example config used for teleporting the player to the nether when in the overworld:
{
"from": "minecraft:overworld",
"to": "minecraft:the_nether",
"from_y_min": -10,
"from_y_max": 1,
"to_y": 121,
"cloud_platform": true
}
The config file can be any name but must be a JSON in "/data/simplystacked/config/" in a datapack.
Additional Info:
- Clouds are blocks that can be spawned below the teleport destination to keep the player from falling back down. They will disappear over time.
- Teleporting does not modify X and Z values, so nether distance per overworld block is not preserved.
- Teleport cooldown can be changed in Common Config, by default its three seconds (60 ticks).
Have any questions or need help? Visit my Discord here.
