Posted December 28, 201311 yr Trying to update my mod to 1.7.2. ITickHandler, ICraftingHandler, and TickRegistry all no longer exist. Does anyone know the replacements for these files? Specifically the methods: onCrafting onSmelting onPlayerTick (and tickStart) TickRegistry.registerTickHandler Legend of Zelda Mod[updated September 20th to 3.1.1] Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0] Fancy Cheeses[updated May 8th to 0.5.0]
December 28, 201311 yr From the GitHub, it seems that Ticks are now cpw.mods.fml.common.gameevent.TickEvent.class, and crafting and smelting are in cpw.mods.fml.common.gameevent.PlayerEvent. Haven't tested them though...
December 29, 201311 yr Author From the GitHub, it seems that Ticks are now cpw.mods.fml.common.gameevent.TickEvent.class, and crafting and smelting are in cpw.mods.fml.common.gameevent.PlayerEvent. Haven't tested them though... So how do i use these Legend of Zelda Mod[updated September 20th to 3.1.1] Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0] Fancy Cheeses[updated May 8th to 0.5.0]
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.