mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-26 10:12:54 +08:00
floodfill ignore rails, banners
This commit is contained in:
@ -62,6 +62,10 @@ void main() {
|
||||
uint mixMask = 0xFFFF;
|
||||
vec3 tintColor = vec3(1.0);
|
||||
|
||||
if (blockId == BLOCK_SSS_WEAK_3) {
|
||||
mixWeight = 1.0;
|
||||
}
|
||||
|
||||
switch (blockId) {
|
||||
case BLOCK_WATER:
|
||||
mixWeight = 0.8;
|
||||
|
Reference in New Issue
Block a user