Custom Recipe help (easy)

Discussion in 'Plugin Development' started by ShredNyx, Nov 30, 2013.

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

    ShredNyx

    Okay so i got the Recipe down,
    ShapelessRecipe Test = new ShapelessRecipe(Test2);
    So what do i add from here for the ingredient?
    this .addIngredient(Material.WOOL) but I need like a method for it
    Anyone help?
     
  2. Offline

    Mathias Eklund

  3. Offline

    Danelli

    Test.addIngredient(1, Material.WOOL);
     
Thread Status:
Not open for further replies.

Share This Page