
incompatibility with Medieval Weapons mod
celophys opened this issue ยท 7 comments
When using this mod and medieval weapons, every shield stop working and you take all the damage
Can you post the link to the medieval mod here?
The most straightforward way to add a shield is to redirect a function call with Mixin:
https://github.com/rikka0w0/MobZReborn/blob/5b067930d58e0a65ecb28f2b0600eabf06fccb0f/fabric/src/main/java/net/mobz/mixin/PlayerEntityMixin.java
Many mods do this, but it makes these mods mutually incompatible with each other.
The link of the mod: https://www.curseforge.com/minecraft/mc-mods/medievalweapons
The issues with fabric shields lib: Globox1997/MedievalWeapons#60
Looking between these mods I'm not sure if there is a good way for me to resolve this issue on my end.