Incompatibility with Universal Graves
Patbox opened this issue ยท 1 comments
Minecraft Version
1.20.x
Mod Loader Version
0.14.21
Mod Version
1.2.13
Describe the Issue
After some testing, if player has full inventory items aren't added to grave. This is caused by https://github.com/Globox1997/BackSlot/blob/1.20/src/main/java/net/backslot/mixin/compat/OnDeathItemDropCompatibility.java mixin being applied even when it shouldn't.
This breaks compatibility with Universal Graves, as removing it fixes the issue.
latest.log
Not requred.
Do you use any other mods except the required ones?
Universal Graves
Seems like I messed up the mixin plugin.
Fixed with 5c72240