fixed grass in aerochrome mode

This commit is contained in:
Sasha
2023-07-11 23:21:09 +01:00
parent 54dc85574d
commit 17d12e30dc
2 changed files with 5 additions and 2 deletions

View File

@ -300,7 +300,7 @@ void main() {
// low
#ifdef MISC_BLOCK_SSS
if(mc_Entity.x == 10007) SSSAMOUNT = 0.5; // weird SSS on blocks like grass and stuff
if(mc_Entity.x == 10007 || mc_Entity.x == 10008) SSSAMOUNT = 0.5; // weird SSS on blocks like grass and stuff
#endif
#ifdef ENTITIES