
Difficult to add KeyBinding
reserveword opened this issue ยท 0 comments
When Minecraft compares KeyBinding
s, it compares their keyCategory
s with a map hardcoded inside KeyBinding.java
, which is private. This make it hard to add KeyBinding
s for mod developer, because most mods put their KeyBinding
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.