Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated yesterday
All versions
4.1.3+1.21.1-neoforge
Release
Moderner Beta 4.1.33 months ago 934
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
Fixes
- Fixed crash with some mods like Citadel and Alex's Mobs
- Fixed crash when attempting to use Voronoi cave biome provider default settings
- Fixed crash when using odd vertical sample size with 3D Noise chunk provider
- Fixed 3D Noise chunk provider not making use of climate values from currently set biome provider.
- NOTE: This is only noticeable with certain configurations, however could possibly happen more often with 3rd-party addons.
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:GXoTN5uD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xkrdwmh2:GXoTN5uD"
}

