StellarWind22 / Fabric-Shield-Lib

Library for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions.
https://www.curseforge.com/minecraft/mc-mods/fabric-shield-lib
GNU Lesser General Public License v2.1
40 stars 19 forks source link

Overwrite conflict with Guarding. #145

Closed CringeStar closed 11 months ago

CringeStar commented 1 year ago

In a log submitted in issue #143, I found a diffferent issue. The mod "Guarding" overwrites a method that we overwrite as well, causing a conflict.

Method overwrite conflict for method_7837 in guarding.mixins.json:ShieldItemMixin from mod guarding, previously written by com.github.crimsondawn45.fabricshieldlib.mixin.ShieldItemMixin. Skipping method.

I've already messaged the mod creator about this.

CringeStar commented 11 months ago

after an update, Guarding no longer uses our lib and the problematic mixin has been fixed, so I'm closing this issue.