Fully fixed elementals.

This commit is contained in:
WayofTime 2015-07-18 16:38:47 -04:00
parent 07973fb674
commit bf068d1487
5 changed files with 10 additions and 67 deletions

View file

@ -17,7 +17,7 @@ import cpw.mods.fml.common.gameevent.TickEvent.RenderTickEvent;
public class ClientEventHandler
{
private Minecraft mcClient = FMLClientHandler.instance().getClient();
@SubscribeEvent
public void onKeyInput(InputEvent.KeyInputEvent event)
{