Auditory

Auditory

75.8k Downloads

ItemDropSoundMixin causes incompatibility with other mods

Devoev opened this issue ยท 2 comments

commented

The way the drop method in ItemDropSoundMixin is implemented causes the mod to be incompatible with other mods, that also try to modify the Players drop method. Just injecting the extra code into the method at the desired place instead of completely overriding the vanilla method should fix this problem

commented

Fixed in version 0.0.4!

commented

Thank you! Will take a look at this and fix it as soon as possible!