WolfyScript / CustomCrafting-Wiki

Wiki and JavaDocs for CustomCrafting
https://www.spigotmc.org/resources/55883/
9 stars 3 forks source link

Items from MMOItems can't be used as material. #23

Open ElFrod0 opened 3 years ago

ElFrod0 commented 3 years ago

Describe the bug As the title says.. I can make custom recipes for MMOItems items without any issues. They work exactly as they should. But when I try to make recipes which use MMOItems items as material. It simply doesn't work. I don't know why. MetaData for the items are exactly the same (I checked that like 4 or 5 times). There is also strange thing happening, that immediately after saving recipe. It's working without any issues (Not everytime though.). But after 1-2 succesful crafts it breaks again.

Expected behavior Using MMOItems items as material exactly like any other items.

Server (please complete the following information):

Additional Context API-Reference for MMOItems is disabled in WolfyUtilities so it saves whole item not just item's MMOItems ID. (I have to have it disabled, because I am using plugin for custom enchantments which is not directly compatible with MMOItems so I have to manually add enchantments via /enchant XX YY command Disable-crafting is set to false for those MMOItems items which can be used in custom recipes. So that shouldn't cause any issues.

WolfyScript commented 3 years ago

ok that shouldn't happen. It looks like it is changing the ingredients when checking the recipes. Which version of WolfyUtilities do you use?

ElFrod0 commented 3 years ago

I am using wolfyutilities-1.7.2.0.jar customcrafting-spigot-1.7.1.1f.jar