
Armours using this library show as error cubes on cosmetic Armor Mod
MeatVegetalbe opened this issue ยท 7 comments
I found that armours using this library show as an pink error cube when trying to place them in the cosmetic slot in Cosmetic Armor Mod, not sure what could be causing the conflict, however I figured I should report it to the two of you.
Oh sorry, I originally found the issue on wizards-1.0.4+1.20.1.jar however other mods using this library also show the same issue. I notified the Wizards creator and they attempted to fiddle with it, and think it is something to do with either the library, or an issue with cosmetic armor.
What version and mods are used? Likely, they are not taking into account for armors using non-vanilla rendering/custom rendering.
This would be on Cometic Armor, most likely using https://github.com/apace100/cosmetic-armor/blob/1.20/src/main/java/io/github/apace100/cosmetic_armor/mixin/MixinCosmeticArmorVisibility.java#L87-L88C43 to be exact. They need to update to use Mixin Extras WrapOperation https://github.com/LlamaLad7/MixinExtras/wiki/WrapOperation