how to change available shape recipe

Discussion in 'Plugin Development' started by F4BSE, Nov 22, 2012.

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

    F4BSE

  2. Offline

    Sehales

    try it with
    Code:
    Bukkit.getRecipesFor(Itemstack result)
    then add a new recipe with your changed values, and don't allow the crafting of the "normal" one, I don't think that you can delete or modify the original one...
     
  3. Offline

    F4BSE

    But I know other plugins where you can modify original recipes
     
Thread Status:
Not open for further replies.

Share This Page