Jump to content

SNRepoman

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by SNRepoman

  1. So the issue I am having is I am creating a mod [duh] and I have a food that I am trying to make it so that when it cooks it like pork chop or beef. GameRegistry.addSmelting(AsphaltOreID, new ItemStack(AsphaltGoo, 4), 1.0F); GameRegistry.addSmelting(UncookedMeatID, new ItemStack(Meat), 0.0F); So what happens is in the game the AsphaltOre cooks fine no problem AsphaltGoo, but the UncookedMeat won't cook into Meat.
×
×
  • Create New...

Important Information

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