Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Merge pull request #409 from Brokkonaut/fix-wrong-block-for-snow-check
LEAVES2 should have snow on it too
Dieser Commit ist enthalten in:
Commit
ca660f1260
@ -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;
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren