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

Fix mistake with #892 using static water sprite for invisible blocks #1009

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

Altirix
Copy link
Contributor

@Altirix Altirix commented Dec 1, 2021

small fix for #991 single line change

(!adjBlock.isOpaque() && adjBlock.getRenderType() != BlockRenderType.INVISIBLE)

without water will render with the static sprite when barrier or light blocks are placed next to it. with the water will render with the animated sprite

@jellysquid3 jellysquid3 merged commit 14d565e into CaffeineMC:1.17.x/dev Dec 1, 2021
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

Successfully merging this pull request may close these issues.

2 participants