mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-30 12:51:17 +08: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 int simulateSnow(Vector pos, double radius)
|
||||
}
|
||||
|
||||
// Snow should not cover these blocks
|
||||
if (BlockType.canPassThrough(id)) {
|
||||
if (BlockType.isTranslucent(id)) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user