Updated for MC 1.6

This commit is contained in:
Wizjany
2011-05-26 16:01:20 -04:00
parent 8f032fb2ea
commit 5d44053429
4 changed files with 23 additions and 5 deletions

View File

@ -150,7 +150,7 @@ public class EditSession {
}
// No invalid blocks
if ((type > 30 && type < 35) || type == 36 || type == 29 || type > 95) {
if ((type > 32 && type < 35) || type == 36 || type == 29 || type > 96) {
return false;
}