promotional bannermobile promotional banner

Fix Create Keybind Crash

Fixes the pesky Create keybind crash with a mixin based on fix #10225

This mod has one sole purpose: To fix a crash whenever you type in the Creative Mode Tab search bar with Create installed.

 

Explanation of how it works and what was happening in the crash:

The mixin used in this mod overrides behavior with isKeyPressed in the Create AllKeys class. This method is responsible for the crash, as it does not have a check for -1 type keys (the fix may be in a future version of Create since it is already on GitHub). The key code that crashes is 'unknown' to MC when its method 'charTyped' is called. So all keys -1 and lower are skipped, and the game will continue as normal.

 

Create 6.0.8 was the last version where this bug seemingly did not exist. Ever since 6.0.10 however, the bug was found and is not patched in that version. This mod mixins to the isKeyPressed and stops any invalid key from entering into it, instead treating the key as if it was never pressed.

Current Mods Checked For Compatibility:

  • Create (6.0.10, invalid/unassigned keys do not crash the game, and proper keys still work)
  • Ponder (pondering keybind still works)

The Fix Create Keybind Crash Team

Forgeborn tier frameprofile avatar
  • 12
    Followers
  • 9
    Projects
  • 248.9K
    Downloads

More from CreativeMasterBoninView all