Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 months ago
All versions
5.0.0
Release
5.0.08 months ago 25.7K
Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
1.21.8
1.21.3–1.21.6
1.21.1
1.20.6
1.20.4
1.20.1–1.20.2
1.19.4
1.19.2
1.18.2
1.17.1
1.16.5
Platforms
Fabric
Forge
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
Highlights:
- Up API version 4.1.0 -> 5.0.0
- Removed 2 deprecated constructors
- Renamed IDhApiTerrainDataRepo.getSoftCache() -> createSoftCache() for clarity
Full Changelog
Additions:
- EDhApiDataCompressionMode
- Z_STD_STREAM
- Deprecated legacy option to support migrating old database formats
- Identical in behavior to the removed Z_STD option
- Z_STD_STREAM
- EDhApiLoggerLevel
- IDhApiGraphicsConfig
- getBiomeBlending()
- IDhApiTerrainDataRepo
- createSoftCache() identical in behavior to the removed getSoftCache(), this was only renamed to prevent confusion
- DhApiTerrainDataPoint
- add a default toString() method for easier debugging
Changes:
- Up API version 4.1.0 -> 5.0.0
- EDhApiDataCompressionMode
- Z_STD_BLOCK now uses block compression instead of streams, use Z_STD_STREAM to get the old behavior
Removals:
- EDhApiDataCompressionMode
- Z_STD
- Replaced by Z_STD_STREAM
- Z_STD
- EDhApiLoggerMode
- Replaced by the more granular options of EDhApiLoggerLevel
- IDhApiTerrainDataRepo
- getSoftCache()
- Replaced by createSoftCache()
- both methods function identically, the replacement was done just to prevent confusion about how the method would work
- Replaced by createSoftCache()
- getSoftCache()
- DhApiChunk
- remove deprecated constructor
- DhApiTerrainDataPoint
- remove deprecated constructor
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:Xs0XTOVv:J5nhMsUa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xs0XTOVv:J5nhMsUa"
}

