Added Button MaterialData

This commit is contained in:
Dinnerbone
2011-01-15 20:58:34 +00:00
parent 9ac91cb68e
commit 5f26f297b9
2 changed files with 59 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ public enum Material {
GLOWING_REDSTONE_ORE(74),
REDSTONE_TORCH_OFF(75, RedstoneTorch.class),
REDSTONE_TORCH_ON(76, RedstoneTorch.class),
STONE_BUTTON(77),
STONE_BUTTON(77, Button.class),
SNOW(78),
ICE(79),
SNOW_BLOCK(80),