A less powerful optimization mod. Perfomes various optimizations: caching, culling, chunks, textures, rendering, memory, nbt and network.
Lomka is a client-side optimization mod for Minecraft. Unlike many other optimization mods that focus solely on rendering or game logic, Lomka improves the game experience by optimizing various subsystems including texture caching, frustum culling, network protocols, NBT processing, chunks optimizations and shader rendering-all without compromising visual quality.
Test Hardware: Intel CC150, 16GB DDR4, GTX 1050 TI
With JVM Arguments: -Dlomka.java22_25.optimizations=true -Dlomka.compat.sodium.allowChunkMixins=true -Dlomka.entities.cullInvisible=true -Dlomka.compat.sodium.allowChunkMixins.unsafe=true
| Setup | Load Time |
|---|---|
| Vanilla | 15.4s |
| With Lomka | 13.9s |
| Setup | Average FPS |
|---|---|
| Vanilla | 181 FPS |
| With Lomka | 192 FPS |
| Setup | Average FPS |
|---|---|
| Vanilla | 303 FPS |
| With mod | 341 FPS |
| Setup | Average FPS |
|---|---|
| Vanilla | 245 FPS |
| With mod | 279 FPS |
| Setup | Average FPS |
|---|---|
| Vanilla | 212 FPS |
| With mod | 383 FPS |
CEMT - Custom Entity Model Textures
-Dlomka.java22_25.optimizations : Enables experimental optimizations specifically for Java versions 22 to 25. (default: false)-Dlomka.compat.sodium.allowChunkMixins : Enables chunk mixins even with Sodium/C2ME loaded. (default: false)-Dlomka.compat.sodium.allowChunkMixins.unsafe : Enables experimental chunk mixins (needs to have enabled -Dlomka.compat.sodium.allowChunkMixins). Effective sometimes. (default: false)-Dlomka.textures.maxDimension : Limits the maximum width/height of textures. (default: 0)-Dlomka.textures.decode.offThread : Enables moves texture decoding to background threads to prevent main thread stutters. (default: true)-Dlomka.textures.decode.parallelism : Configures the number of concurrent threads used for texture decoding. (default: 2)-Dlomka.textures.decode.executor : Sets the thread pool type ( virtual , common , fixed , or platform ) for decoding. (default: virtual)-Dlomka.entities.cullInvisible : Enables entity culling of all invisible entities. Effective sometimes. (default: false)Lomka is designed to be highly compatible with the Fabric ecosystem. It works alongside most other mods and optimization tools (Sodium, Lithium, etc.).
Conversation