Incompatibilities with mods that modify the inventory status effect display
MerchantPug opened this issue ยท 3 comments
What happened?
Within my mod Bovines and Buttercups, I noticed that my effect's icon was only rendering the base potion sprite (the lock) within the inventory screen whilst I had EMI's effect moving set to true.
Potential Solution
I'm just going to request moving the effect rendering changes outside of the mixin so others are able to modify the recreated method that you made.
With moved effects (This should show the vanilla effect that the lockdown is associated with)
Without moved effects
EMI effect moving is currently definitely annoying for compat, I've been meaning to try and find a more permanent solution, moving logic outside of the mixin is technically a solution but I don't know how permanent this code is and treating it as API and suggesting people mixin to it could be troublesome, I'll try to figure out a better solution.