Remove Jukebox MaterialData in favour of Jukebox BlockState

This commit is contained in:
Celtic Minstrel
2011-08-22 01:27:48 -04:00
committed by Dinnerbone
parent 348e56960e
commit 97259e5054
3 changed files with 33 additions and 85 deletions

View File

@@ -96,7 +96,7 @@ public enum Material {
CACTUS(81, MaterialData.class),
CLAY(82),
SUGAR_CANE_BLOCK(83, MaterialData.class),
JUKEBOX(84, Jukebox.class),
JUKEBOX(84),
FENCE(85),
PUMPKIN(86, Pumpkin.class),
NETHERRACK(87),