Traben-0 / Entity_Texture_Features

A Minecraft Fabric & Forge mod that adds random, emissive & blinking textures for mobs, skins and much more!
GNU Lesser General Public License v3.0
129 stars 25 forks source link

Question: Support for CIT armor emissives #36

Closed maximumpower55 closed 2 years ago

maximumpower55 commented 2 years ago

Currently normal armor works with emissives but optifine CIT ones don't, is there any plans to add support for this?

Using CITResewn

Now that im writing this i realize i should have probably asked this in the discord

Traben-0 commented 2 years ago

I will answer in dscord to but if CIT can pass their custom armour texture through the same process as my mod gets that texture as seen in the below link emissive will work for all CIT custom armours https://github.com/Traben-0/Entity_Texture_Features/blob/master/src/main/java/traben/entity_texture_features/mixin/client/entity/extras/MIX_ArmorFeatureRenderer.java

Traben-0 commented 2 years ago

CIT has done this compatability before with elytras