Hi. I'm making an RPG plugin. I have a custom item system that can also use items from other plugins as base. However when i try to use items that use ItemsAdder items as base item cannot be used in crafting recipes. It just acts like that item doesn't match and doesn't show any result item.

I am sure items do match. I literally got the itemstack from the recipe and used the RecipeChoice#test() method and it returns true. If i use an item that is not from ItemsAdder, it works.


Does ItemsAdder interfere PrepareItemCraftEvent in some way? If it does how can i disable it? If it's not about that what might be the problem?
This is urgent for me. I asked about this in discord and didn't get any answer.