Sydokiddo / auditory

A mod that expands and improves upon the sound and audio aspects of Minecraft!
40 stars 13 forks source link

ItemDropSoundMixin causes incompatibility with other mods #11

Closed Devoev closed 1 year ago

Devoev commented 1 year ago

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

Sydokiddo commented 1 year ago

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

Sydokiddo commented 1 year ago

Fixed in version 0.0.4!