🌐 Read this article in your language
📖 Read this article in Français →
Available languages for this article:

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.

  1. Create a new datapack for your world or server.
  2. Inside your datapack, create the folder path: /data/simplystacked/config/.
  3. Create a new JSON file inside the config folder (the name does not matter).
  4. 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:

Mod menu interface showing details for Simply Stacked Dimensions
Mod menu interface showing details for Simply Stacked Dimensions
Editing the teleportation cooldown in the common configuration file
Editing the teleportation cooldown in the common configuration file
JSON code for End to Overworld transition in Simply Stacked Dimensions Mod
JSON code for End to Overworld transition in Simply Stacked Dimensions Mod
JSON file defining teleportation rules from the Nether to the Overworld
JSON file defining teleportation rules from the Nether to the Overworld
Simply Stacked Dimensions Mod configuration for Overworld to End transition
Simply Stacked Dimensions Mod configuration for Overworld to End transition
JSON code defining teleportation rules from Overworld to the Nether
JSON code defining teleportation rules from Overworld to the Nether

Simply Stacked Dimensions Mod Download Links

For Minecraft 1.20.1, 1.20

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.16.5

Forge version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 3 Average: 5]