Crafting Recipes

Discussion in 'Plugin Development' started by mike0631, Mar 8, 2014.

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

    mike0631

    Hi.

    How do I change the crafting recipe of a Sugar Cane?
    I want to change the item it crafts.

    Something like this is not working for me.
    Code:
    ShapelessRecipe sR = new ShapelessRecipe(new ItemStack(Material.APPLE, 1));
    sR = sR.addIngredient(Material.SUGAR_CANE);
    getServer().addRecipe(sR);
    
     
Thread Status:
Not open for further replies.

Share This Page