Analysis updated 2026-05-18
Add vertical dimension travel to a Minecraft modpack without custom portal logic.
Build a modpack around Create: Aeronautics style vertical flight between layered dimensions.
Configure custom height ranges and stacking order for dimensions using datapack files.
| neplex/stratum | abhishek-kumar09/configurate | abhishek-kumar09/orekit | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | Java | Java | Java |
| Last pushed | — | 2020-09-30 | 2020-11-15 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a compatible Minecraft mod loader setup and datapack configuration for custom layers.
Stratum is a Minecraft mod that stacks several separate dimensions on top of each other inside one continuous world, instead of keeping them apart as separate worlds you travel to through portals. Normally, moving from the Overworld to the Nether means stepping through a portal and waiting for a new area to load. With Stratum, you can dig straight down through the bedrock at the bottom of the Overworld and come out directly into the ceiling of the Nether below it, with no portal and no loading pause in between. The mod works by giving each dimension its own fixed range of height in the combined world, so each dimension's rules, such as which biomes, structures, and terrain features can appear, only apply inside its own assigned vertical slice. This keeps the different dimensions from generating on top of each other or mixing their world generation rules together. All of this is configured through datapacks, which are the standard way Minecraft mods and worlds define custom content, rather than through hardcoded settings. That means a server or modpack owner can set custom heights for each layer and decide the stacking order without editing the mod's code directly. Stratum was built specifically to support mods like Create: Aeronautics and was made for a modpack called Create: Above the Clouds, where flying and vertical movement between layered areas is part of the intended gameplay. The README does not mention a license.
A Minecraft mod that stacks multiple dimensions vertically into one continuous world, so you can travel between them by digging or flying instead of using portals.
Mainly Java. The stack also includes Java, Minecraft.
The README does not state a license, so usage rights are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.