Remove Jukebox MaterialData in favour of Jukebox BlockState
By: Celtic Minstrel <celtic.minstrel.ca@some.place>
This commit is contained in:
parent
c2d3c5ce3e
commit
cae1a829df
3 changed files with 33 additions and 85 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue