Potion in recipe

Discussion in 'Plugin Development' started by MinecraftMart, Aug 3, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    MinecraftMart

    So i created this Potion
    Code:java
    1. Potion potion = new Potion(PotionType.STRENGTH, 1);
    2. StrengthPotion = new ItemStack(Material.POTION);
    3. potion.apply(StrengthPotion);


    But recipe's only allow MaterialData as in input. How would i set this as an ingredient?
     
Thread Status:
Not open for further replies.

Share This Page