Files
Reimagined/shaderpacks/Reimagined - Low/shaders/lib/shaderSettings/emissiveFlowers.glsl
T
2026-05-07 21:38:27 +03:00

9 lines
355 B
GLSL

#ifndef EMISSIVE_FLOWERS_SETTINGS_FILE
#define EMISSIVE_FLOWERS_SETTINGS_FILE
#define EMISSIVE_FLOWERS 0 //[0 1 2] off, on, on - in rain
#define EMISSIVE_FLOWERS_TYPE 0 //[0 1 2] all, cold, warm
#define EMISSIVE_FLOWERS_STRENGTH 1.00 //[0.05 0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 1.00 1.20 1.30 1.40 1.50 1.60 1.70 1.80 1.90 2.00]
#endif