LEAVES2 should have snow on it too

Dieser Commit ist enthalten in:
Brokkonaut 2018-03-25 08:38:47 +02:00
Ursprung 52263ac3b7
Commit 701d80c757

Datei anzeigen

@ -1657,7 +1657,7 @@ public class EditSession implements Extent {
// 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;
}
}