Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Summary
- Reduces micro-stutters
- Improves FPS
- Decreases RAM usage sometimes
- Decreases resources load (feels diffrent on some systems)
What actually does the mod do?
- Speeds up some calculations (colors engine, maths, AABB intersection, textures loads)
- Fixes bugs in game code
- Prevents unnecessary allocations (sounds, calcs, lightmap state and other methods)
- Improves game caching (Input types, VertexFormats, font width glyphs cache)
- Slightly improves client threading system
FAQ
Q: I'm having performance issues, and removing Lomka fixes them! A: Make sure you are using the latest version. Lomka targets hot-paths across multiple Minecraft versions — if you encounter a compatibility issue, please report it. At the moment the most perfomance friendly mod versions are 0.2.0 and 0.3.x.
Q: Can I run Lomka on the server-side?
A: Yes.
Q: Forge support?
A: No, except 1.20.1 Forge.
Q: Any backports? (<1.20.1)
A: No. The mod's current functionality largely follows Minecraft version 1.21.11 and its structure.
Q: Does Lomka require Fabric API or any other dependencies?
A: No. Lomka depends only on Fabric Loader or (Neo)Forge Loader, without any dependencies.
Q: Mobile devices support?
A: Is it actually starts with Lomka? Cool. That's all.
Q: Can I use Lomka in a modpack?
A: Yes. Lomka is absolutely free and open-source. :sunglasses:
Q: Does Lomka have a config file? (Lomka v0.3.0>=)
A: Soon as possible. Againly the maintained version is 1.21.11. Maybe with time will be added but currently mixins can be disabled by editing lomka.mixins.json inside the mod's archive.
Compability
Mod should be compatible with almost all mods perfectly but not surely!
Check list of incompatibility with Lomka mod.
Bug Reporting
When reporting a bug that only appears with Lomka installed:
- Report it on the project's issue tracker (not to other mod authors — Lomka's mixins are surgical and unlikely to cause crashes in unrelated systems).
- Try to reproduce the issue without mod Lomka first.


