floodfill lantern color fix

This commit is contained in:
NULL511 2024-08-21 17:26:20 -04:00
parent e74634ae8b
commit 54de8482b7

View File

@ -770,7 +770,9 @@ void main() {
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);
lightRange = 14.0;
mixWeight = 0.8;