Hello there,
I am trying to write a Method that removes a certain recipe based on the crafting input and output and have the following class written for it atm:
http://paste.ubuntu.com/6986857/
The remove by Output only version works without problems but the remove by crafting grid does not work.
For some reason tmpRecipe.matches(craftingGrid,null) seems to always be false although in my installation there is a recipe that has the exact recipe I set in the localinventorycrafting grid.
Anybody got an idea what goes wrong there?