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:
Have any questions or need help? Visit my Discord here.