mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
fix carpet double mapping
This commit is contained in:
@ -432,7 +432,7 @@ void main() {
|
||||
Albedo.rgb = mix(Albedo.rgb, aerochrome_color, strength);
|
||||
}
|
||||
#ifdef AEROCHROME_WOOL_ENABLED
|
||||
else if(blockID == BLOCK_SSS_WEAK_2) {
|
||||
else if (blockID == BLOCK_SSS_WEAK_2 || blockID == BLOCK_CARPET) {
|
||||
// Wool
|
||||
Albedo.rgb = mix(Albedo.rgb, aerochrome_color, 0.3);
|
||||
}
|
||||
|
Reference in New Issue
Block a user