Wool in colors material?

Discussion in 'Plugin Development' started by Asgernohns, Aug 20, 2013.

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

    Asgernohns

    Hello all java coders :)!

    How do i find a wool color material for a recipe ingredient?
    Please help if you know the anwser :)
     
  2. Offline

    caseif

    You can't include a durability level for an item in a recipe per sé, but you can listen to the PlayerPrepareCraftItemEvent and check the wool's color, and if it isn't correct, set the result to null.
     
  3. Offline

    Asgernohns

    AngryNerd
    Isn't there a way to do it in onEnable()?
     
Thread Status:
Not open for further replies.

Share This Page