Jump to content

Deanford

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Deanford

  1. 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" ?
  2. 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
  3. 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
  4. Thanks for your help
  5. Thanks man
  6. Aaah okay, where is the link?
  7. Hi everyone, I would like to make a custom torch, but seeing as it is classed as a block, it has got me confused lol, any ideas?
  8. 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
  9. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.