IMB11 / Armorful

Adds armor for various mobs naturally, and provides various armor items that can be used on specific mobs.
MIT License
5 stars 2 forks source link

Fix for conflicting bundled library #10

Closed Draylar closed 11 months ago

Draylar commented 1 year ago

Hi - tl;dr Static Data (which Static Content depends on) had breaking changes on Quilt, and the only way to avoid issues was for me and/or the original maintainer to change the modid of the Static Data mod. Check out the Static Data issue tracker for more info. If you'd like to patch this issue, you can grab the new version from this maven artifact. There are no breaking changes - the only thing that changes is the JIJ'ed library inside Static Content, as it will pull in this artifact from my personal maven with the modified Static Data modid. I'll be doing the same on Wolves With Armor if/when it moves up a version.

https://github.com/mineblock11/Armorful/blob/ad42926491e1bb1571b4801466c09d2c6f22ec2a/build.gradle#L26

(check out Static Content repo for new repository)

Thanks!

IMB11 commented 11 months ago

Done.