You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
When Minecraft compares KeyBindings, it compares their keyCategorys with a map hardcoded inside KeyBinding.java, which is private. This make it hard to add KeyBindings for mod developer, because most mods put their KeyBindings under their mod's category.
I suggest Rift to supply a method to add key category, or even automaticly add key categorys because it is a reasonable part of KeyBindingAdder function.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When Minecraft compares
KeyBinding
s, it compares theirkeyCategory
s with a map hardcoded insideKeyBinding.java
, which is private. This make it hard to addKeyBinding
s for mod developer, because most mods put theirKeyBinding
s under their mod's category.I suggest Rift to supply a method to add key category, or even automaticly add key categorys because it is a reasonable part of
KeyBindingAdder
function.The text was updated successfully, but these errors were encountered: