Solved Get recipe output count

Discussion in 'Plugin Development' started by albin900, Jul 9, 2014.

Thread Status:
Not open for further replies.
  1. Hello, im making a plugin using bukkits "getRecipiesFor"
    I wonder if there is anyway i can use:
    Code:
    ShapedRecipe recipe = (ShapedRecipe) Bukkit.getRecipesFor(new ItemStack(ITEM)).get(0);
    And then get the output count (the item count you normally get when crafting in a crafting table).
    [​IMG]

    I solved it my self :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  2. Offline

    Zupsub

    Would be nice to post the solution.
     
Thread Status:
Not open for further replies.

Share This Page