Added WEB, POWERED_RAIL and DETECTOR_RAIL to block list

This commit is contained in:
Dinnerbone
2011-04-21 15:41:40 +01:00
parent 240ae33638
commit 56afe8be0b

View File

@@ -39,6 +39,9 @@ public enum Material {
SANDSTONE(24),
NOTE_BLOCK(25),
BED_BLOCK(26, Bed.class),
POWERED_RAIL(27),
DETECTOR_RAIL(28),
WEB(30),
WOOL(35, Wool.class),
YELLOW_FLOWER(37),
RED_ROSE(38),