misc fixes; add lang

This commit is contained in:
NULL511
2024-05-03 14:53:31 -04:00
parent 433b8e0332
commit 8d80bb6d6c
5 changed files with 19 additions and 4 deletions

View File

@ -140,7 +140,7 @@ void main() {
// position = gl_Vertex.xyz;
// if((renderStage == 10 || renderStage == 12) && mc_Entity.x != 3000) {
// if((renderStage == 10 || renderStage == 12) && mc_Entity.x != BLOCK_REDSTONE_WIRE) {
// position = (shadowModelViewInverse * vec4(gl_Vertex.xyz,1.0)).xyz;
// }