ArmorFeatureRenderer mixin duplicated in Fabric API
Linguardium opened this issue ยท 1 comments
Describe the feature
this mixin is logically identical to the one in Fabric API (added 4 months after yours). Since (at least 1902) requires fabric api already, the mixin can now be removed.
Fabric API mixin below:
Additional info
While this mixin shouldn't cause any harm, it also is now just bloat to the class it modifies. As it is a modification to vanilla code, It would also require re-evaluation by development at each Minecraft update.