Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 6 days ago
All versions
5.0.0-alpha.3+1.21.1-neoforge
Alpha
Moderner Beta 5.0.0-alpha.36 days ago 370
Compatibility
Minecraft: Java Edition
1.21–1.21.1
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 an option in the GUI to set the default preset.
- This also includes custom presets, that are not part of any datapack.
- Custom presets will be added to an internal datapack, managed by the mod.
- Added option to change the depth of the Ocean Gravel bed.
- Added option to use pre-1.18 Badlands Terracotta bands.
- Added a search bar to the preset selection screen.
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:rHx449jF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xkrdwmh2:rHx449jF"
}

