Jump to content

[1.8][SOLVED] Where do I register my keybind handler


The_Fireplace

Recommended Posts

You do it like any other registration:

FMLCommonHandler.instance().bus().register(new KeyHandler());

 

You just put the code in client proxy.

 

Also note to deadrecon98: No he didn't tell him.

1.7.10 is no longer supported by forge, you are on your own.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.