mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
fix lightning bolts, ensure POM cannot interact with item frames and signs.
This commit is contained in:
@ -226,16 +226,17 @@ void main() {
|
||||
if(blockEntityId == 2200) SIGN = 1;
|
||||
if(blockEntityId == 2100) PORTAL = 1;
|
||||
#endif
|
||||
|
||||
|
||||
NameTags = 0;
|
||||
PHYSICSMOD_SNOW = 0;
|
||||
|
||||
#ifdef ENTITIES
|
||||
|
||||
#ifdef ENTITY_PHYSICSMOD_SNOW
|
||||
if(entityId == 829925) PHYSICSMOD_SNOW = 1;
|
||||
#endif
|
||||
#ifdef ENTITY_PHYSICSMOD_SNOW
|
||||
if(entityId == 829925) PHYSICSMOD_SNOW = 1;
|
||||
#endif
|
||||
|
||||
if(entityId == 2300) SIGN = 1;
|
||||
|
||||
// try and single out nametag text and then discard nametag background
|
||||
// if( dot(gl_Color.rgb, vec3(1.0/3.0)) < 1.0) NameTags = 1;
|
||||
|
Reference in New Issue
Block a user