mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
fixed grass in aerochrome mode
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user