Posted April 21, 201411 yr This is a simple question: what is the object name for charcoal. I was trying to make a crafting recipe using coal or charcoal, but I can't figure out what charcoal's thing is. I've tried these three: Item.itemRegistry.getObject("coal"); Item.itemRegistry.getObject("charcoal"); Item.itemRegistry.getObject("coal, 1"); Please help.
April 21, 201411 yr GameRegistry.addRecipe(new ItemStack(myProduct, 2, 0), "x", 'x', new ItemStack(Items.coal, 1, 1)); My mod for futher awesomeness: http://www.minecraftforum.net/topic/1714396-the-decopack-collection-v010-wip-made-a-signature-new-snapshot-1-screenshots-are-up-small-snapshot-1-is-out-for-147/#entry21250399
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.