mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-23 01:59:39 +08:00
Merge pull request #282 from Null-MC/floodfill.lantern-color
FloodFill Lantern Color Fix
This commit is contained in:
commit
cd5f21fbb3
@ -770,7 +770,9 @@ void main() {
|
|||||||
mixWeight = 0.8;
|
mixWeight = 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (blockId == BLOCK_TORCH || blockId == ITEM_TORCH) {
|
if (blockId == BLOCK_TORCH || blockId == ITEM_TORCH ||
|
||||||
|
blockId == BLOCK_LANTERN || blockId == ITEM_LANTERN
|
||||||
|
) {
|
||||||
lightColor = vec3(TORCH_R, TORCH_G, TORCH_B);
|
lightColor = vec3(TORCH_R, TORCH_G, TORCH_B);
|
||||||
lightRange = 14.0;
|
lightRange = 14.0;
|
||||||
mixWeight = 0.8;
|
mixWeight = 0.8;
|
||||||
|
Loading…
Reference in New Issue
Block a user