This mod aims to fix a bug when typing in the Creative Inventory Tab search bar when Create is installed. Create checks for key presses almost always, but if a keybind is not assigned or invalid, the entire game crashes when pressing a key in this area.
This mod uses a mixin to override this potential problem by treating the bad keybind as a key not being pressed, thus bypassing the issue by returning a valid result of 'false'.
Note: The mod has been tested with the following mod versions:
- Create 6.0.10 (invalid/unassigned keybinds do not crash anymore, assigned keys still work)
- Ponder (ponder keybind still works)
Other mods have not been tested extensively, but casual-play should result in most Create addons working as intended.