MobZ

MobZ

1M Downloads

@Redirect crash with Outvoted [Fabric 1.17.1]

WolfBV opened this issue ยท 2 comments

commented

How-Bout-No/Outvoted#106

Is this something that could be changed on MobZ's side, or are MobZ and Outvoted just incompatible with each other and it's a pick one or the other type thing.

commented

It seems that both of us are redirecting the same vanilla function:
https://github.com/rikka0w0/MobZReborn/blob/main/fabric/src/main/java/net/mobz/mixin/PlayerEntityMixin.java

My mod needs this to get custom shields to work properly, I guess Outvoted does the same.

Fabric API does not offer an API for adding custom shields.

I will look for a solution.