mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Prevent //snow from placing snow on some blocks that it shouldn't.
This commit is contained in:
parent
a54c7437fc
commit
e728445383
@ -2355,7 +2355,7 @@ public class EditSession {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Snow should not cover these blocks
|
// Snow should not cover these blocks
|
||||||
if (BlockType.canPassThrough(id)) {
|
if (BlockType.isTranslucent(id)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user