Added a few more materials to the "safe and open" list for MC 1.8

This commit is contained in:
Brettflan 2011-09-27 14:36:10 -05:00
parent acd2324388
commit 713fc3f5b5
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class BorderData
//these material IDs are acceptable for places to teleport player; breathable blocks and water
private static final LinkedHashSet<Integer> safeOpenBlocks = new LinkedHashSet<Integer>(Arrays.asList(
new Integer[] {0, 6, 8, 9, 27, 28, 31, 32, 37, 38, 39, 40, 50, 55, 59, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 76, 77, 78, 83, 90, 93, 94}
new Integer[] {0, 6, 8, 9, 27, 28, 30, 31, 32, 37, 38, 39, 40, 50, 55, 59, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 76, 77, 78, 83, 90, 93, 94, 96, 104, 105, 106}
));
//these material IDs are ones we don't want to drop the player onto, like cactus or lava or fire