You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the outer faces of powder snow would be culled by solid blocks - the inner faces would not be, and would only be able to be culled by other powder snow blocks.
Actual Behavior
The inner faces of powder snow are still culled against solid block faces, which goes against expected and vanilla behaviour.
Reproduction Steps
Obtain powder snow
Place the powder snow such that it contacts a solid block face, and that this solid block face is visible from inside the powder snow
Enter the powder snow
Java version
16.0.2 64-bit
CPU
4× Intel® Core™ i3-3240 CPU @ 3.40GHz
GPU
Intel® HD Graphics 2500
Additional information
This results from the fix to #859, and has advantages and disadvantages; it gets rid of some Z-fighting issues, however this new behaviour differs substantially from vanilla in a way I'm not sure is desirable.
One important thing to note is that it ends up exposing the non-tinted snowy grass block top, which should never be visible in normal survival:
The text was updated successfully, but these errors were encountered:
Version information
sodium-fabric-mc1.17.1-0.3.4+build.13
Expected Behavior
Only the outer faces of powder snow would be culled by solid blocks - the inner faces would not be, and would only be able to be culled by other powder snow blocks.
Actual Behavior
The inner faces of powder snow are still culled against solid block faces, which goes against expected and vanilla behaviour.
Reproduction Steps
Java version
16.0.2 64-bit
CPU
4× Intel® Core™ i3-3240 CPU @ 3.40GHz
GPU
Intel® HD Graphics 2500
Additional information
This results from the fix to #859, and has advantages and disadvantages; it gets rid of some Z-fighting issues, however this new behaviour differs substantially from vanilla in a way I'm not sure is desirable.
One important thing to note is that it ends up exposing the non-tinted snowy grass block top, which should never be visible in normal survival:
The text was updated successfully, but these errors were encountered: