gitwtfhub

wtf is stratum?

neplex/stratum — explained in plain English

Analysis updated 2026-05-18

0JavaAudience · generalComplexity · 2/5Setup · moderate

TL;DR

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.

Mindmap

mindmap
  root((Stratum))
    What it does
      Stacks dimensions vertically
      Removes portals and loading screens
      Keeps each dimension in its own height range
    Tech stack
      Java
      Minecraft datapacks
    Use cases
      Build a modpack with vertical dimension travel
      Pair with Create Aeronautics for flying between layers
      Configure custom layer heights via datapacks
    Audience
      Minecraft modpack creators
      Server administrators
    Related
      Create Above the Clouds modpack

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Add vertical dimension travel to a Minecraft modpack without custom portal logic.

REASON 2

Build a modpack around Create: Aeronautics style vertical flight between layered dimensions.

REASON 3

Configure custom height ranges and stacking order for dimensions using datapack files.

What's in the stack?

JavaMinecraft

How it stacks up

neplex/stratumabhishek-kumar09/configurateabhishek-kumar09/orekit
Stars0
LanguageJavaJavaJava
Last pushed2020-09-302020-11-15
MaintenanceDormantDormant
Setup difficultymoderateeasymoderate
Complexity2/52/54/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires a compatible Minecraft mod loader setup and datapack configuration for custom layers.

The README does not state a license, so usage rights are unclear.

Wtf does this do

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.

Yoink these prompts

Prompt 1
Explain how Stratum decides which biomes and structures generate in each vertical layer of the world.
Prompt 2
Show me an example datapack configuration for setting a custom stacking order of dimensions with Stratum.
Prompt 3
Walk me through installing Stratum alongside Create: Aeronautics in a Minecraft modpack.
Prompt 4
Describe what happens to world generation if two dimensions' height ranges overlap in Stratum.

Frequently asked questions

wtf is stratum?

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.

What language is stratum written in?

Mainly Java. The stack also includes Java, Minecraft.

What license does stratum use?

The README does not state a license, so usage rights are unclear.

How hard is stratum to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is stratum for?

Mainly general.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.