mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 11:26:42 +00:00
Continue moving out of legacy BlockType
This commit is contained in:
@ -1529,7 +1529,7 @@ public class EditSession implements Extent {
|
||||
}
|
||||
|
||||
// Snow should not cover these blocks
|
||||
if (BlockType.isTranslucent(id.getLegacyId())) {
|
||||
if (id.getMaterial().isTranslucent()) {
|
||||
// Add snow on leaves
|
||||
if (BlockCategories.LEAVES.contains(id)) {
|
||||
break;
|
||||
|
Reference in New Issue
Block a user