Links
Tags
Creators
Details
All versions
mc1.21.10-0.2.1-fabric
Release
Lomka 0.2.15 months ago 451
Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
Removed:
- Texture decode off-thread (LazyLoadedImageOffThreadMixin, virtual threads)
- Network compression buffer reuse (CompressionDecoderDirectInputReuseMixin)
- Shader program binary cache (config)
- LomkaConfigScreen (in-game config UI, 272 lines)
- CullingContext record
- AOT cache / compact headers logging
- UploadSizedRunnable (dead code)
Updated:
- EntityCullingMixin: removed 3 unused fields (~24 bytes saved per entity)
- LevelRendererAccess: removed dead method isSectionCompiledAndVisible
- EntityRendererCullingMixin: camera hash now uses hash3 (better distribution)
- FrustumMixin: infinite loop replaced with 256 iteration cap (fixes freezes)
- GL caches: call GL11 directly instead of GlStateManager (faster)
- GlRenderPassReuseMixin: collection clearing at HEAD instead of TAIL
- clientTickCullIncludeDisplay: false → true by default
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:bd9cFfiC:XLbPYbzH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bd9cFfiC:XLbPYbzH"
}

