gitwtfhub

wtf is moredimensions?

superturtlee/moredimensions — explained in plain English

Analysis updated 2026-07-21 · repo last pushed 2026-01-29

C++Audience · developerComplexity · 4/5MaintainedSetup · moderate

TL;DR

A Minecraft Bedrock mod that lets servers add unlimited custom dimensions. It provides an API for other modders to build new worlds beyond the standard Overworld, Nether, and End.

Mindmap

mindmap
  root((repo))
    What it does
      Removes dimension limit
      Adds custom worlds API
      Teleport command included
    Tech stack
      C++
      LeviLamina platform
      Bedrock Dedicated Server
    Use cases
      Adventure server zones
      Custom survival maps
      Testing new dimensions
    Audience
      Server operators
      Mod developers
      Bedrock tinkerers
    Setup
      Download test builds
      Needs LeviLamina ecosystem
      Pair with other mods

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

Build an adventure server with entirely new zones and custom dimensions for players to explore.

REASON 2

Create a custom survival map that requires extra worlds beyond the standard three.

REASON 3

Test dimension setups instantly using prebuilt downloads that include vanilla worlds and three example custom dimensions.

REASON 4

Develop new dimension mods on top of the API framework provided by this project.

What's in the stack?

C++LeviLaminaBedrock Dedicated Server

How it stacks up

superturtlee/moredimensionsachanana/mavsdkalange/llama.cpp
Stars0
LanguageC++C++C++
Last pushed2026-01-292024-05-20
MaintenanceMaintainedDormant
Setup difficultymoderatemoderatemoderate
Complexity4/54/54/5
Audiencedeveloperdeveloperdeveloper

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

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires the LeviLamina ecosystem platform to be installed on a Bedrock Dedicated Server, and full use needs other mods built on top of the API.

No license information was provided in the explanation, so the licensing terms are unknown.

Wtf does this do

Minecraft's Bedrock Edition normally limits you to three built-in worlds: the Overworld, the Nether, and the End. MoreDimensions is a mod that removes this cap, letting a Bedrock Dedicated Server run as many custom dimensions as you want. Importantly, this mod is a foundation rather than a finished product. On its own, it doesn't actually create new worlds. Instead, it provides an API, essentially a set of tools and building blocks, that other modders can use to define and add their own dimensions. Think of it as installing plumbing and wiring so that other mods can later build the rooms. For a quick test, the project offers downloadable builds that demonstrate what is possible. These test versions instantly set up all the standard vanilla worlds (including special ones like a flat world and the void), plus three example custom dimensions. Players can hop between any of these worlds using a simple teleport command, typing in coordinates and a destination dimension name to instantly travel there. This tool is aimed at server operators and developers who want to push Bedrock Edition beyond its usual limits. If you are building an adventure server that needs entirely new zones, or a custom survival map that requires extra worlds for players to explore, this provides the underlying framework to make that happen. It is part of the LeviLamina ecosystem, so it relies on that platform's commands and tools to function. Because it is an API-focused project, everyday server owners looking for a simple "plug and play" experience might need to pair it with other mods or do some light technical setup. Developers, on the other hand, get a solid starting point to extend Minecraft in creative ways.

Yoink these prompts

Prompt 1
Help me write a LeviLamina mod in C++ that uses the MoreDimensions API to register a new custom dimension called Skylands with custom terrain generation.
Prompt 2
Show me how to use the teleport command to travel to a specific dimension by name with coordinates on a Bedrock Dedicated Server running MoreDimensions.
Prompt 3
Walk me through setting up the prebuilt test builds of MoreDimensions on my Bedrock Dedicated Server so I can explore the example custom dimensions.
Prompt 4
Create a C++ mod using the MoreDimensions API that adds a new void-like dimension players can teleport to, including the dimension registration and basic world setup code.

Frequently asked questions

wtf is moredimensions?

A Minecraft Bedrock mod that lets servers add unlimited custom dimensions. It provides an API for other modders to build new worlds beyond the standard Overworld, Nether, and End.

What language is moredimensions written in?

Mainly C++. The stack also includes C++, LeviLamina, Bedrock Dedicated Server.

Is moredimensions actively maintained?

Maintained — commit in last 6 months (last push 2026-01-29).

What license does moredimensions use?

No license information was provided in the explanation, so the licensing terms are unknown.

How hard is moredimensions to set up?

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

Who is moredimensions for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

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