Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 4 days ago
All versions
1.5.0
Beta
1.5.04 days ago 23
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Warning: The internal data structures has big changes with this update, back up your worlds to be safe!g
- Maze worlds can now be created with any world type
- Instead of selecting the world type "Maze World", a new "Generate Maze" button can be enabled with all presets
- This should also work with most world generation mods (e.g. Terralith)
- Instead of extending the existing noise chunk generator, the maze configuration is now stored side by side in the Dimension definition in a
maze_generatorfield. For more info on the structure, see here.
- Added configuration options
- Min Y and Max Y: Limit the height at which the maze generates
- Preserve structures: Prevent the end portal room or all structures from being sliced through
- Replace blocks: Only place maze blocks in air, or all replaceable blocks
- Dimensions: Select which dimensions will generate with a maze
- Preserve end island: Keep the end island open without a maze
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:byUTGrfV:aLEBJavx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:byUTGrfV:aLEBJavx"
}
