floodfill ignore rails, banners

This commit is contained in:
NULL511
2024-07-20 00:44:14 -04:00
parent b32041d4fc
commit ed159c9868
3 changed files with 10 additions and 2 deletions

View File

@ -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;