Your mod seems to cause a conflict with my mod XP Storage. The problem is that your mixin about CraftingScreenHandler uses a @Redirect that causes conflicts with any mod trying to mixin the same function. I think you could solve the issue by just replacing the annotation with an @Inject one.
Hello,
Your mod seems to cause a conflict with my mod XP Storage. The problem is that your mixin about
CraftingScreenHandler
uses a@Redirect
that causes conflicts with any mod trying to mixin the same function. I think you could solve the issue by just replacing the annotation with an@Inject
one.Thanks! =)