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:
@ -201,6 +201,7 @@ impl Block {
|
|||||||
BlockKind::Water => (1, 1),
|
BlockKind::Water => (1, 1),
|
||||||
BlockKind::Leaves => (9, 255),
|
BlockKind::Leaves => (9, 255),
|
||||||
BlockKind::Wood => (6, 2),
|
BlockKind::Wood => (6, 2),
|
||||||
|
BlockKind::Snow => (6, 2),
|
||||||
_ if self.is_opaque() => (0, 255),
|
_ if self.is_opaque() => (0, 255),
|
||||||
_ => (0, 0),
|
_ => (0, 0),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user