Solara-Shaders/shaders/lib/materials/specificMaterials/terrain/deepslate.glsl
2024-06-22 15:15:55 -04:00

8 lines
275 B
GLSL

smoothnessG = pow2(color.g) * 1.5;
smoothnessG = min1(smoothnessG);
smoothnessD = smoothnessG;
#if COLORED_LIGHTING == 0
/* Tweak to make caves with Glow Lichen look better lit and closer to vanilla Minecraft. */
lmCoordM = pow(lmCoordM + 0.0001, vec2(0.65));
#endif