Posted April 25, 201411 yr Hi Guys, I'm new in minecraft modding. I'm developing a little mod as a school work but I have a little problem when I try to register my new block (called provaBlocco). You can see the error in this picture: How can I resolve this? Thank You
April 25, 201411 yr You need to put in in an Init method like: @EventHandler public void preInit(FMLPreInitializationEvent event) { GameRegistry.registerBlock(provaBlocco, "provaBlocco"); }
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.