mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
LEAVES2 should have snow on it too
This commit is contained in:
parent
52263ac3b7
commit
701d80c757
@ -1657,7 +1657,7 @@ public class EditSession implements Extent {
|
|||||||
// Snow should not cover these blocks
|
// Snow should not cover these blocks
|
||||||
if (BlockType.isTranslucent(id)) {
|
if (BlockType.isTranslucent(id)) {
|
||||||
// Add snow on leaves
|
// Add snow on leaves
|
||||||
if (id != BlockID.LEAVES && id != BlockID.LEAVES) {
|
if (id != BlockID.LEAVES && id != BlockID.LEAVES2) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user