Posted May 18, 201312 yr orangeBlock = new OrangeBlock(300, Material.iron).setUnlocalizedName("orangeBlock"); GameRegistry.registerBlock(orangeBlock, modid + orangeBlock.getUnlocalizedName2()); LanguageRegistry.addName(orangeBlock, "Orange Block"); Im getting an error at the modid part. Did this change in 1.5.2, and if so how can i fix it?
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.