okay ive changed it to this
public Block itemDropped(int metadata, Random random, int fortune)
{
return ModPack.CobbleLimestone;
}
}
but what do you mean by "correct signature" ?
I have limestone and I want it to drop cobble limestone, does anyone know the code for it? I have this, but it didnt work:/
http://pastebin.com/hJ6d2R24
Sorry to keep bugging you , im reading the link you sent me and im sorting it out but the word
@EventHandler
public void preInit(FMLInitializationEvent event){
proxy.preinit();
}
proxy is underlined in red and it has no suitable option
Hi,
i noticed that on the crafting recipe for it i had it Zion Ingot not Wildfire Ingot, but it still gave me the crash, this is the crash report http://pastebin.com/zt8hA4Tn
I am crafting 9 Wildfire Ingots to make a Wildfire Block but as soon as i place the last ingot the game crashed, PLEASE help, any ideas?
This is my main http://pastebin.com/ayVQXgwn
and
This is the Wildfire Block Class http://pastebin.com/3hAtTqhN