Gunnar
Gunnar
The default recipes should definitely work, so it is most likely another plugin interfering with it. Can you test it without the other plugin, or test which plugin is interfering?...
Looks like that's the case. Does that plugin have any crafting features, that could cause this? And is that plugin available for free and/or open-source?
I may look into this later again. But for now I was unable to find a solution. I looked through the source of the plugin, but there was nothing I...
I am unable to reproduce this issue. Not sure why it is happening. The code line, that seems to cause the issue for you, seems fine and shouldn't cause any...
First thing I would suggest is, that you should update CMI to the latest version and check again. I suspect that CMI is doing something internally with enchantments, that causes...
Since Elite Crafting Tables require a bit more data to function properly you need to set the data first and then open it. Similar to the interaction event listener: https://github.com/WolfyScript/CustomCrafting/blob/2a7257dd31396111381815be21153304d268ea38/src/main/java/me/wolfyscript/customcrafting/listeners/EliteWorkbenchListener.java#L54-L59...
For some reason, your helmet in the recipe requires an empty lore. So it only works with the exact NBT. I suspect that it happens when you equip the item...
Interesting. The item gets an empty lore when you equip it.... Are you able to try it again without CustomCrafting and WolfyUtilities installed? To make sure it isn't any of...
Ok. To fix your recipes now, make to only use the items directly out of the creative menu! You would also have to update all of those recipes that contain...
The lore issue is an eco issue then. The recipe is working as expected, because it triggers the NBT check, so only items with that empty lore are accepted.