Skip to content

Commit

Permalink
LEAVES2 should have snow on it too
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Mar 25, 2018
1 parent 52263ac commit 701d80c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1657,7 +1657,7 @@ public int simulateSnow(Vector position, double radius) throws MaxChangedBlocksE
// Snow should not cover these blocks
if (BlockType.isTranslucent(id)) {
// Add snow on leaves
if (id != BlockID.LEAVES && id != BlockID.LEAVES) {
if (id != BlockID.LEAVES && id != BlockID.LEAVES2) {
break;
}
}
Expand Down

0 comments on commit 701d80c

Please sign in to comment.