make "misc blocks" subsurface scattering work again. tweak sky lightmap curve slightly

This commit is contained in:
Xonk
2025-04-10 17:26:16 -04:00
parent 9298e6b085
commit 0be3965fa0
2 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ void main() {
// low
#ifdef MISC_BLOCK_SSS
if(mc_Entity.x == BLOCK_SSS_WEIRD || mc_Entity.x == BLOCK_GRASS) SSSAMOUNT = 0.25;
if(mc_Entity.x == BLOCK_SSS_WEIRD || mc_Entity.x == BLOCK_GRASS) SSSAMOUNT = 0.4;
#endif
#ifdef ENTITIES