Updated for Minecraft 1.4.

This commit is contained in:
sk89q
2011-04-01 16:23:44 -07:00
parent 5173e953b4
commit a3a6092113
3 changed files with 5 additions and 2 deletions

View File

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