Posted September 5, 201411 yr not sure if this is the correct place to report this in the list of Forge events https://dl.dropboxusercontent.com/s/h777x7ugherqs0w/forgeevents.html (I dont know who maintains it) the TickEvent.ServerTickEvent event is listed as being on FMLCommonHandler.bus() but it is actually on MinecraftForge.EVENT_BUS
September 6, 201411 yr I believe Vic_ on Minecraftforum.net modding forum maintains it. You should PM him/her there. However, I am not sure you are correct. The ServerTickEvent is in the FMLCommonHandler package and if you check the call hierarchy is is posted onto the FML bus... Why do you think it is posted on EVENT_BUS? Check out my tutorials here: http://jabelarminecraft.blogspot.com/
September 6, 201411 yr Author my my mistake , i had the event class registered to both buses though when i had it in my main class with the initialization events it didn't work this might be because i has it in with @EventHandler (when it wasnt working) now its in a different class it has @SubscribeEvent and is working
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.