Simply Stacked Dimensions: Layer-Based Dimension Travel

Simply Stacked Dimensions: Stack Your Minecraft Worlds by Height If you have ever wished your Overworld, Nether, and End felt less like separate universes and more like floors in one giant vertical build, the Simply Stacked Dimensions mod opens that door without ripping out vanilla progression. I...

Download simplystacked for Minecraft 1.20.1, 1.16.5

Original name: simplystacked

Minecraft: 1.16.5, 1.20.1

Loaders: Forge

FileVersionLoaderSize
simplystacked-1.16.5-beta-sept0321.jar1.16.5Forge21 КБDownload
simplystacked-1.16.5-beta-nov0221.jar1.16.5Forge19 КБDownload
simplystacked-1.20-1.0.jar1.20.1Forge20 КБDownload
simplystacked-1.20-1.2.jar1.20.1Forge20 КБDownload

Simply Stacked Dimensions: Stack Your Minecraft Worlds by Height

If you have ever wished your Overworld, Nether, and End felt less like separate universes and more like floors in one giant vertical build, the Simply Stacked Dimensions mod opens that door without ripping out vanilla progression. It is a lightweight, data-driven layer that listens for height thresholds and moves players between dimensions using rules you define yourself.

What the Mod Actually Does

At its core, Simply Stacked Dimensions adds configuration options for teleporting players to and from different dimensions when they stand at specific Y levels. Think of it as a vertical transit system: dig deep enough, climb high enough, or cross an invisible band in the sky, and the game can hand you a clean dimension hop tuned to your pack.

Here is the catch that keeps expectations honest: the mod does nothing on its own. You must ship a datapack that carries your dimension configs. That design keeps servers flexible, because admins can tune travel per world without recompiling a jar or chasing obscure GUI screens.

How You Configure It (Datapack JSON)

Your config files can use any filename you like, but each one must be valid JSON placed under /data/simplystacked/config/ inside a datapack. A minimal example that sends someone from the Overworld to the Nether might look like this:

  • from: source dimension id, for example minecraft:overworld
  • to: destination dimension id, for example minecraft:the_nether
  • from_y_min and from_y_max: the vertical band that triggers the hop
  • to_y: where the player lands on the other side
  • cloud_platform: optional safety layer under the arrival point

That example config used for teleporting the player to the Nether when in the Overworld could be expressed as JSON with fields such as from set to the Overworld, to set to the Nether, a trigger band from Y -10 up to Y 1, a landing height at Y 121, and cloud_platform enabled so arrivals feel less like a void leap.

Cloud Platforms, Coordinates, and Cooldowns

When cloud_platform is true, the mod can spawn temporary cloud blocks beneath the teleport destination so you do not immediately plunge back through the same threshold. Those clouds are not permanent decoration; they fade away over time, which keeps builds tidy while still buying you a moment to orient, place blocks, or open an elytra.

Teleporting does not modify X and Z values. That is a deliberate tradeoff for predictable vertical stacking, but it also means classic Nether distance scaling relative to the Overworld is not preserved. If you are designing a server hub or a modded sky dimension, plan routes and portals with that coordinate behavior in mind so players do not assume eight-to-one shortcuts where the math no longer applies.

Once you are iterating on JSON rules and hopping between dimensions for tests, juggling folders and versions can get fiddly. If you want a smoother workflow while you tune datapacks, this mod can be easily installed via the foxygame.net launcher, a convenient, flexible, and modern Minecraft launcher where you can download mods right from the menu, which makes swapping profiles between a survival pack and a config test instance feel less like admin homework.

There is also a small pacing guardrail: a teleport cooldown, adjustable in the common config, defaults to three seconds (60 ticks). That default helps prevent jittery edge cases when a player hovers right on a boundary, while still keeping travel snappy for normal exploration.

Who Should Use It, and Why It Fits Modded Play

Simply Stacked Dimensions shines for curated experiences where verticality is part of the fantasy: stacked skylands, underworld descent arcs, or custom dimensions that act like biome layers rather than parallel maps. Because everything is datapack-driven, you can version your rules alongside your world, ship them with a server pack, and explain travel to your community with clear, readable JSON instead of scattered command blocks.

  • Pack makers: treat Y bands as chapter transitions between dimensions.
  • Server owners: gate dangerous dimensions behind depth or altitude without hard world borders.
  • Vanilla-plus players: keep mechanics familiar while experimenting with vertical world structure.

Practical Tips Before You Go Live

Test each rule in creative first, especially overlapping Y ranges, arrival heights near lava oceans, and whether you want cloud platforms on every route. Document your intent in your server MOTD or starter guide so players understand that stacked travel is intentional, not a glitch. If you need troubleshooting or design feedback, look for community threads and plain-text references to the author’s Discord rather than embedding fragile links inside your world files.

Conclusion

Simply Stacked Dimensions is less a flashy content drop and more a framework: it gives Minecraft a clean, configurable way to bind dimensions to height, then steps back so your datapack does the storytelling. Pair careful JSON with fair cooldowns and thoughtful arrivals, and you get vertical worldbuilding that feels modern, readable, and ready for multiplayer seasons built around exploration rather than menu diving.