Skip to content

Dimension Stack

qouteall edited this page Sep 22, 2020 · 22 revisions

You can see the "Dimension Stack" button when creating a new world.

If the dimension stack is enabled, the bedrock blocks in the world will be replaced by obsidian. And it will generate vertical connecting portals to connect the dimensions.

If you want to use dimension stack in a server, you need to first create the dimension stack world on the client and then copy the world to the server.

Dimension stack can greatly degrade performance. You can shrink the loading distance when using dimension stack.

How to disable dimension stack after the world has been created

Disable the ipDimensionStack gamerule so that the bedrock won't be generated as obsidian (but existing generated chunks remain the same). /gamerule ipDimensionStack false

Then use /portal global remove_connection_ceil <dimension> /portal global remove_connection_floor <dimension> to remove the vertical connecting portals. See

Vice versa for enabling dimension stack after the world has been created.