mpbb / ironbows

A mod for Minecraft that adds tiered bows and crossbows.
https://www.curseforge.com/minecraft/mc-mods/iron-bows-forge
MIT License
4 stars 3 forks source link

client side crash with skeletal remains #11

Closed dadoirie closed 1 year ago

dadoirie commented 1 year ago

~ ironbows-1.4-FABRIC-1.19.2 ~ skeletalremains-1.3.3-1.19.2-fabric

those 2 mods together lead to an abrupt client side crash @Redirect conflict. Skipping skeletalremains.mixins.json:FOVMixin from mod skeletalremains->@Redirect::init(Lnet/minecraft/class_1799;Lnet/minecraft/class_1792;)Z with priority 1000, already redirected by ironbows.mixins.json:FovMixin from mod ironbows->@Redirect::init(Lnet/minecraft/class_1799;Lnet/minecraft/class_1792;)Z with priority 1000 https://mclo.gs/8aXnijE

post a issue on both githubs of the respective mods as I don't know which mod of those 2 might be better suited to fix that as clearly both are accessing the same thing (if I got this right with my limited programming knowledge) and also to cross link those issues

mpbb commented 1 year ago

Thank you @dadoirie for this issue,

It seems to me that both mods are using the default mixin priority. A possible solution would be to explicitly set the priority value. I would recommend it be changed in both mods to a unique value. I will update this today.