Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last week
All versions
5.0.0-alpha.4+26.3-neoforge
Alpha
Moderner Beta 5.0.0-alpha.4last week 65
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
WARNING!: This is an alpha version, which may include bugs and issues, and can be prone to breaking with future releases.
Additions
- Added support for Minecraft 26.3
- NOTE: There are currently some minor issues, however they shouldn't be deal-breaking.
- Made surface rules respect world generation settings, including sea level, and other surface settings.
Changes
- Attempted to improve accuracy of surface rule based surface generation.
- Improved performance when generating biomes when using biome injectors
- The fractal biome provider now directly uses biome values from the registries.
Fixes
- (26.2) Fixed crash when using this mod with TerraBlender
- Fixed filler blocks not being affected by erosion
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:xkrdwmh2:f2GNKxO0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xkrdwmh2:f2GNKxO0"
}

