Martin Prokoph
ffa1bb5a33
fix: get debug hud toggle working correctly
2025-10-01 17:06:20 +02:00
Martin Prokoph
15e1b08e8f
fix: attack key not working properly for mobs
2025-10-01 16:54:24 +02:00
Martin Prokoph
830ac38b02
fix: button category names
2025-10-01 14:12:12 +02:00
Martin Prokoph
60f5142796
fix: correctly register keybind category
...
This drastically changed in 1.21.9
2025-09-28 13:51:55 +02:00
Martin Prokoph
db7f1daa02
port: The Copper Age (1.21.9)
2025-09-27 23:15:20 +02:00
Elijah Stephenson
af4b40e88a
fix: resolve ConcurrentModificationException in InputManager.updateBindings
...
- Make BINDINGS list thread-safe using Collections.synchronizedList()
- Add synchronized blocks around all BINDINGS access methods
- Prevents crash on macOS clients during launch
- Fixes race condition between main thread and controller input thread
2025-09-26 20:20:51 -05:00
Martin Prokoph
38229bc827
port: Spring to Life (1.21.5)
...
- Still waiting for ObsidianUI to get the settings screen working. Guess I'm gonna have to port that myself again.
2025-03-27 16:10:03 +01:00
Martin Prokoph
78900ac83e
Fix movement while riding boats and other entities
2024-12-11 18:08:40 +01:00
Martin Prokoph
a23e8b8975
Initial port to 1.21.3
...
- Still waiting for SpruceUI to update, only use the advanced config in the meantime
2024-11-14 21:43:19 +01:00
Martin Prokoph
a55e506af0
API hooks for movement and screen pages
2024-07-22 15:23:20 +02:00
Martin Prokoph
f782e17349
Improve code further
2024-07-22 11:51:57 +02:00
Martin Prokoph
310af56162
Improve look keybinds
...
- Now work regardless of the controller camera mode
- Can now be found in MidnightControls category instead of Minecraft vanilla's
-
2024-07-21 19:25:01 +02:00
Martin Prokoph
cd416cf022
Improve Mouse Emulation & EMI compat
...
- Closes #294
2024-07-21 18:37:56 +02:00
Martin Prokoph
202ff888be
Fix broken Touchscreen behavior
2024-07-18 19:16:36 +02:00
Martin Prokoph
0d2bd6e4cb
Remove non-deprecated references of LambdaJCommon
...
Sorry Lambda!
This is needed for Neoforge support and to reduce the file size in the future.
2024-07-18 00:27:32 +02:00
Martin Prokoph
241228dcde
Further cleanup
2024-07-17 23:43:07 +02:00
Martin Prokoph
27221b62cd
Architectury build system & huge code cleanup
2024-07-17 14:26:17 +02:00