Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2025-01-11 18:10:52 +01:00
Prevent //snow from placing snow on some blocks that it shouldn't.
Dieser Commit ist enthalten in:
Ursprung
a54c7437fc
Commit
e728445383
@ -2355,7 +2355,7 @@ public class EditSession {
|
||||
}
|
||||
|
||||
// Snow should not cover these blocks
|
||||
if (BlockType.canPassThrough(id)) {
|
||||
if (BlockType.isTranslucent(id)) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren