Simply Stacked Dimensions Mod (1.20.1, 1.16.5) – Connect Worlds Vertically
Simply Stacked Dimensions Mod lets you create custom teleporters that move players between dimensions when they reach a certain height or depth. For example, you can make it so falling into the void in the Overworld teleports you to the Nether. This mod is designed for modpack makers and does not add any features on its own; you must create a datapack with configuration files for it to work.
This mod does nothing on its own, you must make a datapack with the dimension configs.
![]()
Features:
- Set up automatic teleports between dimensions based on a player’s Y-level.
- Spawns a temporary platform of cloud blocks at the destination to prevent you from falling.
- The cloud blocks will slowly disappear after you have landed safely.
- Includes a default three-second cooldown between teleports, which can be changed in the config.
- Keeps your X and Z coordinates the same after teleporting, making navigation simple.
How to Use:
To make the mod work, you need to create a datapack with JSON configuration files. Each file defines one teleport rule.
- Create a new datapack for your world or server.
- Inside your datapack, create the folder path:
/data/simplystacked/config/. - Create a new JSON file inside the
configfolder (the name does not matter). - In the JSON file, define the teleport rules. For example, to go from the Overworld to the Nether:
{
"from": "minecraft:overworld",
"to": "minecraft:the_nether",
"from_y_min": -10,
"from_y_max": 1,
"to_y": 121,
"cloud_platform": true
}
Screenshots:






How to Install:
New to Minecraft? Follow our step-by-step guide to install Mods on your PC.View Guide
Simply Stacked Dimensions Mod Download Links
For Minecraft 1.20.1, 1.20
Forge version: Download from Server 1 – Download from Server 2
For Minecraft 1.16.5
Forge version: Download from Server 1 – Download from Server 2
0
October 8, 2025
This post has no comments yet. Be the first — your comment will appear here.