Emissive textures will stop being emissive when many tintindices are involved.
yrsegal opened this issue ยท 4 comments
I'm not sure exactly what's going on here, but this model has 7 tintindices, one for each face of the coils. The coils all use the same texture. If the colors provided for the tintindices are the same, the problem goes away.
The emissive quads retain the lack of shading, which means it isn't just a failure of the emissive detection entirely. Removing the one glowing piece will cause another to become the one glowing piece.
What it looks like with a single tintindex for the coils, for reference.
Re: what I said on discord:
This is an item. If the 6 tintindices used for the glowing object are all set to the same color, emissive quads work as expected. If they're even one point of rgb off, it breaks.
On the latest repository version of CTMLib. The used resourcepack (with custom items created with a quick and hacky edit to ctmlib)
The "_same" blocks all have a tint of 0xFFFFFF for each face. The others have hue-based tints.