[API Request] An event to set CustomLayerFeatureRenderer color for other mods compatibility
SteveKunG opened this issue ยท 3 comments
About
I was trying to make 3D layer to be transparent with a Wynntils mod. Wynntils has a feature which set player model transparent when the other players are not in the same world.
Right now I created a PR on Wynntils repo which use a mixin to modify an argument on this line.
https://github.com/tr7zw/3d-Skin-Layers/blob/main/src/main/java/dev/tr7zw/skinlayers/renderlayers/CustomLayerFeatureRenderer.java#L140
Issue
Currently there is no way to set the model color unless using mixin injecting code into the mod. But this is too dangerous. So I'm requesting an API for set the color into CustomLayerFeature model.