Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 2 months ago
All versions
4.0.0
Beta
Chunkis 4.0.02 months ago 129
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
A major persistence and stability update compared with 3.0.0.
Highlights
- Introduced more authoritative CIS snapshot restoration.
- Improved block entity, entity, metadata, and chunk reload persistence.
- Added stronger protection against unsafe or incomplete saves.
- Improved MCA-to-CIS migration and dimension storage handling.
- Optimized chunk capture, decoding, restoration, compression, and prefetching.
- Reduced duplicate client-side chunk data and simplified client synchronization.
- Improved compatibility with Lithium and other optimization mods.
- Added expanded debugging, durability testing, storage reports, and trace tools.
- Reorganized the internal architecture and improved build/test validation.
- Added automated CI builds with downloadable JAR artifacts.
- Grouped admin tools under
/chunkis.
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:qdWPYchw:JxqBHu6B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qdWPYchw:JxqBHu6B"
}

