Check if a recipe "belongs" to a plugin

Discussion in 'Plugin Development' started by Ne0nx3r0, Jan 19, 2013.

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

    Ne0nx3r0

    If I create a custom recipe, is it possible to check if that recipe's source was my plugin, or would I need to essentially compare itemstacks?
     
  2. Offline

    fireblast709

    the latter, as there is no Plugin parameter in addRecipe :\
     
  3. Offline

    Ne0nx3r0

    Is there no way to compare the recipe object, or ... Well I suppose you could compare the result, if the result is considered unique.
     
  4. Offline

    fireblast709

    you can check the result, and you can also give the result an datavalue (if not used :3)
     
Thread Status:
Not open for further replies.

Share This Page