mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
add iris's BLOCK_TRANSLUCENT programs
This commit is contained in:
@ -104,7 +104,7 @@ void main() {
|
||||
if (mc_Entity.x == 10002) mat = 0.2;
|
||||
if (mc_Entity.x == 72) mat = 0.5;
|
||||
|
||||
#ifdef ENTITIES
|
||||
#if defined ENTITIES || defined BLOCKENTITIES
|
||||
mat = 0.1;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user