Releases: Sourish25/Sourish25-Heldables
Releases · Sourish25/Sourish25-Heldables
Release list
v1.0.1 - Bug Fixes and Improved Key Handling 🛠️
🚀 v1.0.1 - Bug Fixes and Improved Key Handling
This release focuses on fixing bugs and improving the stability of the key handling system. It ensures smoother performance and better compatibility with other mods. Enjoy a more seamless experience with your macro key! 🎮
✨ What's New
- Fixed: Issue where the macro key would not toggle correctly in certain scenarios. 🐛
- Improved: Key handling logic to prevent conflicts with other keybindings. ⚙️
- Optimized: Code structure for better performance and readability. 📜
🎮 How to Use
- Macro Key: Press the
.(period) key to toggle holding theZkey. - Customization: To change the macro key or the held key, modify the following lines in the code:
private static final KeyMapping MACRO_KEY = new KeyMapping("key.sourish25.macro", InputConstants.Type.KEYSYM, GLFW.GLFW_KEY_PERIOD, "key.categories.sourish25"); InputConstants.Key key = InputConstants.Type.KEYSYM.getOrCreate(GLFW.GLFW_KEY_Z);