DomiIRL / MoreBannerFeatures

Fabric Mod that adds plenty of new cool Banner Features
https://www.curseforge.com/minecraft/mc-mods/more-banner-features
Other
7 stars 4 forks source link

Data trackers are registered on the wrong classes, causing compatibility issues #8

Closed Fourmisain closed 3 years ago

Fourmisain commented 3 years ago

I noticed an incompatibility with Earth2Java where Muddy Pigs cannot be spawned, logging "duplicate id" errors.

This seems to be caused by data trackers of this mod not being registered properly, relevant parts are here: https://github.com/KxmischesDomi/MoreBannerFeatures/blob/af68487ceb9317479acc1c1258eb73a42f5049da/src/main/java/de/kxmischesdomi/morebannerfeatures/mixin/pig/PigEntityMixin.java#L144 https://github.com/KxmischesDomi/MoreBannerFeatures/blob/af68487ceb9317479acc1c1258eb73a42f5049da/src/main/java/de/kxmischesdomi/morebannerfeatures/mixin/boat/BoatEntityMixin.java#L129 https://github.com/KxmischesDomi/MoreBannerFeatures/blob/af68487ceb9317479acc1c1258eb73a42f5049da/src/main/java/de/kxmischesdomi/morebannerfeatures/mixin/strider/StriderEntityMixin.java#L119

Correcting the classes seems to fix the issue.

DomiIRL commented 3 years ago

Thanks for reaching out, I'm gonna fix that tomorrow and upload a new verison on Curseforge ^^

DomiIRL commented 3 years ago

Should be fixed with https://github.com/KxmischesDomi/MoreBannerFeatures/commit/163b9ec1081d0b12e6c0ef16bf47ce3177e07441. Guess I'm gonna update it today, not tomorrow

DomiIRL commented 3 years ago

Fixed and uploaded: https://www.curseforge.com/minecraft/mc-mods/more-banner-features/files/3453480