CL doesn't read light colors from resource packs
hibiii opened this issue ยท 1 comments
Using a custom resource pack that sets green candles' lights are extremely green and purple candles' lights as extremely purple, you'd expect the candles to produce very colorful displays (brightness set to max):
Steps to reproduce:
- Install and enable the example resource pack
- Put a green or a purple candle, and light it with a flint and steel.
Modifying the /assets/colored_lights/light_colors.json
file in the mod's archive doesn't work either. Additionally, you can't change existing colors with a resource pack.
This should be resolved since 6ee9aa8 :)