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.