Lomka
A less powerful optimization mod. Performs various optimizations: chunks, culling, opengl, nbt and network.
Lomka
Lomka
<div align="center"> <img src="https://img.shields.io/badge/Fabric-Loader-orange?style=for-the-badge&logo=fabric&logoColor=white" alt="Fabric"> <img src="https://img.shields.io/badge/Quilt-Loader-blue?style=for-the-badge&logo=quilt&logoColor=white" alt="Quilt"> <img src="https://img.shields.io/badge/NeoForge-Loader-purple?style=for-the-badge&logo=neoforge&logoColor=white" alt="NeoForge"> <br> <a href="https://modrinth.com/mod/lomka"> <img src="https://img.shields.io/modrinth/dt/lomka?style=for-the-badge&logo=modrinth&logoColor=white&label=Modrinth&color=00AF5C" alt="Modrinth Downloads"> </a> <a href="https://www.curseforge.com/minecraft/mc-mods/lomka"> <img src="https://img.shields.io/curseforge/dt/1462263?style=for-the-badge&logo=curseforge&logoColor=white&label=CurseForge&color=F16436" alt="CurseForge Downloads"> </a> </div>
<br>
Lomka is a lightweight client-side optimization mod for Minecraft. It boosts FPS and reduces lag by optimizing multiple subsystems: block-entity and entity frustum, occusion culling, OpenGL state management, NBT processing, network packet handling, and chunks processes - all without changing gameplay or breaking visual quality.
Java 25 is recommended!
Benchmarks
*Test Hardware: Intel CC150, 16GB DDR4, GTX 1050 TI* *Note: All mod options enabled during testing.*
Singleplayer World (1000 mobs)
| Setup | Average FPS | | :--- | :--- | | 76 FPS | 53 FPS | | 76 FPS | 76 FPS |
Iris Shaders (ComplementaryReimagined_r5.7.1, High)
| Setup | Max FPS | | :--- | :--- | | 38 FPS | 32 FPS | | 38 FPS | 38 FPS |
Multiplayer Server w/ lots of entities
| Setup | Average FPS | | :--- | :--- | | 254 FPS | 197 FPS | | 254 FPS | 254 FPS |
Multiplayer Server w/ lots of *CEMT (tested on CounterMine 2)
| Setup | Average FPS | | :--- | :--- | | 418 FPS | 220 FPS | | 418 FPS | 418 FPS |
Multiplayer Server, if too close to server
| Setup | Average ping | | :--- | :--- | | 39 ms | 40 ms | | 39 ms | 39 ms |
Multiplayer Server, if too far away from server
| Setup | Average ping | | :--- | :--- | | 192 ms | 197 ms | | 192 ms | 192 ms |
CEMT - Custom Entity Model Textures
Options
Lomka uses properties config only: `config/lomka.properties` (created on first launch).
- `culling.frustum_camera_cube_mode` : Controls frustum camera cube culling mode. Values: `vanilla` (default, vanilla behavior), `none`/`off`/`false`/`0` (disables optimization), or any other value (aggressive mode). - `java25Optimizations` : Enables experimental optimizations for Java 25. (default: false)
✅ Compatibility
Lomka is designed to be highly compatible with the modloader ecosystem. It works alongside most other mods and optimization tools (Sodium, Lithium, etc.).
❌ Known incompatibilities
- VulkanMod