
KeybindsGalore (HVB007)
I Learnt how to code Java for the explicit purpose of updating this mod. it took me bashing my head against my laptop for a week, But in the end I got it to work. Now Keybinds galore is updated to 1.20, with updated and clarified code.
1.6.1+1.21.11
release6 февраля 2026 г.Fixes & Improvements
- Holding Down Keys Works Again: Holding down a key with conflicts (like Attack or Use Item) now works continuously instead of just performing a single click.
- Ignored Keys Are Fixed: Keys like Space, Shift, and S now work correctly again, even if they have conflicts.
- Middle Mouse Button Fixed: The pie menu now closes properly when you release the middle mouse button.
- Better Conflict Warnings: The warning message for prioritized keys (like "Attack") will now correctly show you what other keybinds are conflicting.
- Fixed Startup Crashes: Solved several crashes and errors that happened on startup, especially when using transparent colors in the config file or running on newer Minecraft versions.
- Removed Reload Keybind: The "Reload Config" keybind was causing startup crashes on some game versions, so it has been removed for now.
1.6.0+1.21.11
release3 февраля 2026 г.Title: KeybindsGalore 1.6.0 - The Rendering Overhaul Update
Description:
This major update brings a complete overhaul to the rendering system, introducing support for owo-lib to provide smoother, hardware-accelerated visuals for the pie menu.
✨ Key Features
- Dual Rendering Modes:
- Hardware Rendering (Default): Powered by
owo-lib, this mode delivers a perfectly smooth, anti-aliased circular pie menu with better performance. - Software Rendering (Legacy): A robust fallback mode that uses primitive shapes. It has been significantly improved to fix visual artifacts (seams, diamond holes) and now looks better than ever.
- Hardware Rendering (Default): Powered by
- New Configuration Options:
- Toggle between Hardware and Software rendering.
- Full Color Customization: You can now configure the colors for sectors (even/odd/selected) and the cancel zone directly in the config file.
- Visual Improvements:
- The center "cancel zone" now correctly matches the shape of the sectors (e.g., triangular hole for 3 sectors) in software mode.
- Added a red highlight to the center cancel zone when hovering (in Hardware mode).
- Fixed transparency rendering issues.
🛠️ Technical Changes
- Dependency: This version requires owo-lib. The mod includes
owo-sentinelto help you download it automatically if missing. - Mappings: Switched to Minecraft Official Mappings for better long-term compatibility.
- Cleanup: Removed unused mixins and optimized code structure.
⚠️ Note
If you are upgrading from an older version, it is recommended to let the mod regenerate your keybindsgalore.properties file to see the new color options, or manually add them (see README).
Changelog:
- Added
owo-libdependency. - Implemented hardware rendering using Owo UI.
- Improved software rendering (fixed diamond hole bug, fixed transparency seams).
- Added configuration for rendering mode and all UI colors.
- Fixed visual glitches with semi-transparent sectors.
- Updated to Official Mappings.
1.5.4_1.21.11
release3 февраля 2026 г.Conflict warnings, bug fixes and removed unnecessary code.
KeybindsGalore+ 1.21.+ (HVB007) 1.5.3+1.21.11
release1 февраля 2026 г.Yay Selector Screen PIE Back!!, but there is aliasing which needs to be addressed. Im working towards changing GUI.
KeybindsGalore+ 1.21.+ (HVB007) 1.5.2+1.21.11
release31 января 2026 г.Primitive working Sectors enabled by default. i havent gotton minecraft rendering methods figured out and this is functional but not pretty. once i find a good library mod i'll re implement the selector screen GUI properly with an overhaul.