Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
3.0.1-b-1.21.6
Beta
3.0.1-b - 1.21.6 neo/fabric3 months ago 975
Compatibility
Minecraft: Java Edition
1.21.6
Platforms
Fabric
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
Highlights:
- Fix underwater grids
- If you have a world with these grids, flying over the affected areas may resolve the problem. However, you may need to delete your DH database to clear the corrupted data.
Full Changelog
Bug Fixes:
- Fix DH BlockStateWrappers not generating proper properties
- This causes grids to appear underwater due to many blocks have incorret isSolid/isFluid flags set
- Fix DH handling air block states incorrectly
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:O9IPItCP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uCdwusMi:O9IPItCP"
}

