Maze World

Generates a bedrock maze through vanilla world generation. An interesting twist to the normal gameplay.

7,30k

Maze World

MazeWorld

<img alt="Available for fabric" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2.8.0/assets/cozy/supported/fabric_vector.svg"> <img alt="Requires fabric api" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2.8.0/assets/cozy/requires/fabric-api_vector.svg"> <img alt="Available on Modrinth" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2.8.0/assets/cozy/available/modrinth_vector.svg"> <img alt="See me on GitHub" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2.8.0/assets/cozy/social/github-singular_vector.svg"> <img alt="Chat on Discord" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2.8.0/assets/cozy/social/discord-singular_vector.svg">

A mod to add an infinite maze out of bedrock to vanilla world generation.

World creation

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

Customization options

Maze Type

There are different maze types with different algorithms for generating the maze

* Binary tree

* Wang tiles * Rectangular wang tiles * Round wang tiles

* Simplex noise

Spacing

This defines the maze size

Threshold

The effect of this value depends on the selected maze type. For more information, hover the maze type button in the create world screen.

Infinite walls

Prevents players from crossing the walls even above or below build height

World creation on a server

On a server, you can set the `level-type` in `server.properties` to

```properties 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.

ADS