Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rain goes through blocks after disabling ripples #89

Open
ManHatos opened this issue Aug 9, 2021 · 0 comments
Open

Rain goes through blocks after disabling ripples #89

ManHatos opened this issue Aug 9, 2021 · 0 comments

Comments

@ManHatos
Copy link

ManHatos commented Aug 9, 2021

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 */

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant