Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated last month
All versions
2.4.2-b-1.21.8
Beta
2.4.2-b - 1.21.8 neo/fabric8 months ago 18.1K
Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Fabric
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
Highlights:
- Fix compatability with Axiom 5.2.1
- Fix multiplayer folder name not matching previous DH versions
- G1 GC message is now only in the logs instead of in the chat
Full Changelog
Changes:
- Moved the G1 garbage collector message into the log
- Can still be disabled via config
- Improve initial library check
- If (De)compression can't be done DH will crash during startup instead of silently failing to render
Fixes:
- Fix dimension names not including their namespaces
- IE: "minecraft@@overworld" vs "overworld"
- This should fix multiplayer saves not pointing to their old folders
- Fix crashing when Iris is present on Neo 1.21.11
- Fix LODs not fogging correctly when underwater
- Fix auto-update dialog message
- IE "INVALID MESSAGE WITH QUOTES: use the GRAVE ACCENT \x60 instead" will now show the proper message
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:uCdwusMi:65vfHe1o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uCdwusMi:65vfHe1o"
}

