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

@ -30,7 +30,10 @@
## weird blocks
block.10007 = minecraft:grass_block:snowy=false minecraft:sand minecraft:red_sand
block.10007 = minecraft:sand minecraft:red_sand
## grass uwu
block.10008 = minecraft:grass_block:snowy=false
####### ----- lightsources ----- #######

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