mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed snow blocking all light
This commit is contained in:
parent
3ac0a99c84
commit
22d8b87938
@ -201,6 +201,7 @@ impl Block {
|
||||
BlockKind::Water => (1, 1),
|
||||
BlockKind::Leaves => (9, 255),
|
||||
BlockKind::Wood => (6, 2),
|
||||
BlockKind::Snow => (6, 2),
|
||||
_ if self.is_opaque() => (0, 255),
|
||||
_ => (0, 0),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user