Register as Client Side Only Mod
cjm721 opened this issue ยท 3 comments
Currently not registered as a client side only mod but loads client side only classes by default. If was intended to be both sides need to move that binding to Client proxy.
java.lang.NoClassDefFoundError: net/minecraft/client/settings/KeyBinding
MineMenu is not a client-side only mod. But you are right the key binding should indeed only be loaded on the client. A fix should be up later on CurseForge.