Posted January 25, 201411 yr Updating my mod to 1.7, I'm wondering what happened to - @NetworkMod - @ForgeSubscribe - ICraftingHandler - ITickHandler
January 25, 201411 yr - All mods are network mods now - SubscribeEvent, it got moved to FML so it's not Forge specific anymore - Gone, there are events for this - Gone, there are events for this {I think} BTW this is all FML stuff. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
January 28, 201411 yr So, how much do I have to relearn from say... Minecraft 1.5? I've been writing down some ideas and such for something that I think is cool, and I'm excited to try all the new things that Forge made easy! One other thing, is there somewhere/somebody that could teach me about what I remember as TESR's and block rendering and things? So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.
January 31, 201411 yr EDIT/ I had similar questions but found answers, that I log here for convenience Events - ForgeSubscribe: replaced by @SubscribeEvent (not to miss with Subscribe, which uses a different type) - registering events is done with MinecraftForge.BUS_HANDLER Networking - Using tutorial located at http://www.minecraftforge.net/wiki/Netty_Packet_Handling (this one is the only one working for me this far) Regards
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.