Fix ENTITIES TRANSLUCENT programs, and ambient light not working in end/nether

This commit is contained in:
Xonk
2024-01-11 21:54:25 -05:00
parent 57ffa75366
commit 339829f952
6 changed files with 14 additions and 13 deletions

View File

@ -1,6 +1,6 @@
#version 120
#define ENTITIES
#define OVERWORLD_SHADER
#define NETHER_SHADER
#include "/dimensions/all_translucent.fsh"

View File

@ -1,6 +1,6 @@
#version 120
#define ENTITIES
#define OVERWORLD_SHADER
#define NETHER_SHADER
#include "/dimensions/all_translucent.vsh"