A mod to add an infinite maze out of bedrock to vanilla world generation.
To create a mazeworld, select the world type "Maze World".
!World type
After clicking on customize, you can change various settings about the maze generation. You even get a preview of how the maze is going to look like.
!Customization
There are different maze types with different algorithms for generating the maze
Binary tree
Wang tiles
Simplex noise
This defines the maze size
The effect of this value depends on the selected maze type. For more information, hover the maze type button in the create world screen.
Prevents players from crossing the walls even above or below build height
On a server, you can set the level-type in server.properties to
level-type=mazeworld\:maze_world
However, that will only create a maze world with default options. To customize the maze, you have to create the world on the client, and upload it to the server.
Generates a bedrock maze through vanilla world generation. An interesting twist to the normal gameplay.