geforkt von Mirrors/FastAsyncWorldEdit
Support for 1.5 Blocks
Dieser Commit ist enthalten in:
Ursprung
a50eea3e2d
Commit
8a9f1fbc10
@ -150,7 +150,7 @@ public class EditSession {
|
||||
}
|
||||
|
||||
// No invalid blocks
|
||||
if ((type > 30 && type < 35) || type == 36 || type > 95) {
|
||||
if ((type > 30 && type < 35) || type == 36 || type == 29 || type > 95) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren