Updated WorldEdit for the new block types.

This commit is contained in:
sk89q
2010-10-30 19:40:36 -07:00
parent 3da43563c9
commit e81ffc2ad5
2 changed files with 9 additions and 3 deletions

View File

@ -53,7 +53,7 @@ public class WorldEdit {
private final static Integer[] DEFAULT_ALLOWED_BLOCKS = {
0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 35, 41, 42, 43, 44, 45, 47, 48, 49, 52, 53, 54, 56, 57, 58, 60,
61, 62, 67, 73, 78, 79, 80, 82, 85
61, 62, 67, 73, 78, 79, 80, 82, 85, 86, 87, 88, 89, 91
};
/**