
Mixin Conflict between WaveyCapes & First Person View
Bowswa opened this issue ยท 4 comments
in my log file, i am looking for issues while building a modpack that may lead to the removal of mods or fixes between recipes and whatnot yk?
i found this: [Render thread/WARN]: Method overwrite conflict for getCloak in waveycapes.mixins.json:PlayerModelMixin from mod waveycapes, previously written by dev.tr7zw.firstperson.mixins.PlayerModelMixin. Skipping method
While it seems the integrity of the mod has been kept, i decided to report(i checked for other reports of this issue, found nothing)
Minecraft version 1.21, Fabric loader 0.16.10, Mod version 1.5.1, First Person Model v2.4.8
Thank you for your time!
I mean, they are both my mods, so I sure hope they work together^^. No clue if this can be hidden. This might be a result from the 2 mods having the same method there to get the cape model (don't remember why either mod needs it tbh), but at least in WaveyCapes this is only in 1.21.2 and below. 1.21.3+ doesn't contain this anymore, therefor fixing the warning.
I guess this isn't even needed for this mod, might just nuke it in the next update to simplify the codebase, also fixing the "issue" in older mc versions.