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 ?