-
Notifications
You must be signed in to change notification settings - Fork 113
Dimension Stack
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.
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.