.

Discussion in 'Plugin Development' started by elementalgodz11, Nov 13, 2013.

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

    elementalgodz11

  2. Offline

    Plo124

    elementalgodz11 Yes, your correct, its obviously not over-riding the minecraft mushroom stew. If this is not done by the client, you could possibly patch it. This might be done by over-riding the recipe by modifying "fields" in the Bukkit code temporarily. Maybe you could listen for the event when they craft the item, and then change it once they've crafted it.
     
  3. Offline

    broede

    Haven't looked into doing this myself (changing Vanilla recipes, that is), but have you tried modifying the result of a recipe via getResult()? Just a suggestion.
     
  4. Offline

    calebbfmv

    What you have to do is listen to the PrepareItemCraftEvent and modify it there,
     
Thread Status:
Not open for further replies.

Share This Page