skylorbeck / Exaltation

Other
1 stars 2 forks source link

Conflict with XP Storage mod #12

Open charlyb01 opened 2 years ago

charlyb01 commented 2 years ago

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! =)