Posted August 8, 201411 yr Hi every body, I made a mod which make a silver ore, so I have to generate it, but it doesn't work, eclipse display me that there is an error there : //Block Generation public static SilverGenerationClass SilverWorldGen = SilverGenerationClass(); Eclipse underline "SilverGenerationClass", it tell me that "The method SilverGenerationClass() is undefined for the type MoneyMod" (MoneyMod is the name of my main code) When I go on the error, it show me "Create method 'SilverGenerationClass()', but when I do it, I can launch minecraft but when I want to go in a new world, it crash, does someone can help me please ?
August 8, 201411 yr public static SilverGenerationClass SilverWorldGen = new SilverGenerationClass(); That's basic java
August 8, 201411 yr Author Well ... why I didn't wrote it ? I learned that and used it so many time ! I'm so stupid or it's bescause I'm coding for 9 hours x) but thank you so much
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.