Posted January 14, 201312 yr 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.
December 2, 20186 yr Maybe Your Smelting recipe is being loaded before the meat and uncooked meat is initialized. do the Recipe Initialization in the post Init
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.