update en_us.lang DH submenu. fix tiny issue where glass made water fog on DH chunks behind it.

This commit is contained in:
Xonk
2024-02-11 16:36:53 -05:00
parent d2d28bdf8e
commit 7f0cfe879e
4 changed files with 10 additions and 11 deletions

View File

@ -1202,7 +1202,6 @@ void main() {
#if DEBUG_VIEW == debug_VIEW_POSITION
gl_FragData[0].rgb = viewPos * 0.001;
#endif
#ifdef CLOUDS_INFRONT_OF_WORLD
gl_FragData[1] = texture2D(colortex2, texcoord);