Tags
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated last month
All versions
0.14.0
Release
For DH 3.1.0 - 3.2.0last month 4,311
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Bukkit
Folia
Paper
Spigot
Changes
Fixed:
- Game version detection now correctly returns only the game version, for automatic enabling of MC 1.20.1 lighting bug workaround.
- Chunk unloading now uses correct chunk coordinates, improving server memory usage.
- Block state properties are now ordered to match client block states, fixing some log spam on the client side.
Changed:
- Real-time updates are now allowed even if distant generation is disabled.
- LOD requests that cannot be fulfilled are now responded to with an empty LOD instead of an exception.
- LOD compression code has been optimized to reduce both time and memory requirements. Thanks, @GallantPenguin.
- Various changes to memory management have been made that should result in lower memory requrements, less GC induced stuttering, and in testing gave more than 11x increased LOD generation speed for pre-existing chunks.
Added:
- Support for DH 3.1.x and 3.2.x.
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:IjY7seTG:R1UjEyjz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IjY7seTG:R1UjEyjz"
}

