January 3, 201411 yr Works fine here (no sure if it may be easier), although I needed to dig long to find out how (due to no actual documentation about anything on 1.7 - or I'm just to stupid to find it ): @EventHandler public void init(FMLInitializationEvent event) { FMLCommonHandler.instance().bus().register(this); } @SubscribeEvent public void tick(ClientTickEvent event) { ... }
January 3, 201411 yr Author Thanks, Ill try it that way it must of been the way I was registering it I was using MinecraftForge.EVENT_BUS.register(new GuiTestEvent()) But RenderGameOverlayEvent works with it but not TickEvent?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.