Posted March 19, 201312 yr NEW TO JAVA <--- I feel like I have to put that I am making an item and I have everything sorted apart from this piece of code. The only bit highlighted as an error is NightStone which is after Mod_ParallelWorlds public void addNames(){ LanguageRegistry.addName(Mod_ParallelWorlds.NightStone, "Night Stone"); Can anyone help?? Thanks In Advance!! STOP CRUCIFYING NEW MODDERS!!!!
March 19, 201312 yr You must register the names in your mod class. Example: public void load(FMLInitializationEvent event) { LanguageRegistry.addName(Mod_ParallelWorlds.NightStone, "Night Stone"); }
March 19, 201312 yr Author You must register the names in your mod class. Example: public void load(FMLInitializationEvent event) { LanguageRegistry.addName(Mod_ParallelWorlds.NightStone, "Night Stone"); } You BEAST!! Thank you! STOP CRUCIFYING NEW MODDERS!!!!
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.