depressed-pho / natural-mystic-shaders

Shader pack for Minecraft Bedrock aliming to be as realistic as possible
Creative Commons Zero v1.0 Universal
28 stars 3 forks source link

Rain goes through blocks after disabling ripples #89

Open ManHatos opened 2 years ago

ManHatos commented 2 years ago

Rain in the pack is supposed to get blocked by blocks, however after I modified the shaders I noticed that rain gets through blocks. My only modification was to disable ripples: Shader > glsl > natural-mystic-config.h :

/ Define to enable water ripple animation that appears on the ground when it's raining. / define ENABLE_RIPPLES 1

Modified to:

/ Define to enable water ripple animation that appears on the ground when it's raining. / / #undef ENABLE_RIPPLES 1 /