- Added compatibility with FTB Library. Cursors will be remapped to the appropriate cursor instead of resetting. (Can be disabled with Remap System Cursors option)
Forge hotfixes:
- No longer does anything when loaded on the server.
- Fixed an annoying error log (
ClassNotFoundException
) when launching Minecraft. It didn't actually break anything, but it's gone now.
- Added Turkish Translation (#35 by ZeyMer1309)
- Added Blacklist (experimental):
- Blacklist certain screens or elements from the adaptive cursor.
- Add the name of the screen/element to the
blacklist
array in the config file (requires restart). Names can be found using inspect element in debug options.
- Optimized cursor computation on the static GUIs with adaptive cursor (seen in Adaptive Cursor options).
- Improved stability of cursor computation on said GUIs so they're less affected by other mods that shift their positions and sizes.
- Significantly reduced memory usage of cache (~5-6x less).