Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 6 days ago
All versions
4.1.10+1.21.11-fabric
Release
Moderner Beta 4.1.106 days ago 205
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Server-side
Client and server
Required content
Changes
Changes
- Changed Pocket Edition preset to be finite, to match Pocket Edition's old world type.
Fixes
- Fixed spawning in midair, when noise caves are enabled in certain circumstances.
- Fixed hanging in the "Preparing to Create World" screen when the mod version of Tectonic is installed.
- Fixed hanging when creating a world when the C2ME OpenCL acceleration mod is installed
- NOTE: This does not make Moderner Beta world generation GPU accelerated, as it does not use density functions.
- DISCLAIMER: I am not legally liable if using Moderner Beta with C2ME OpenCL ends up killing your PC.
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:MnWspXQ6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xkrdwmh2:MnWspXQ6"
}

