Posted August 30, 20169 yr Hi, I am trying to add a Poison Potion in my recipe for my item but it does work for all potions. I searched already the minecraftforge forums for answer and found this. Let's pretend I want to get an apple with a Poison Potion and a stick. ItemStack potion = new ItemStack(Items.POTIONITEM); PotionUtils.addPotionToItemStack(potion, PotionTypes.POISON); GameRegistry.addShapedRecipe(new ItemStack(Items.APPLE), new Object[]{"P ", "S ", 'S', Items.STICK, 'P', potion}); any idea?
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.