Implementation of the Jukebox BlockState
This commit is contained in:
committed by
Dinnerbone
parent
6c6eef8759
commit
aece687d01
@@ -212,6 +212,8 @@ public class CraftBlock implements Block {
|
||||
return new CraftCreatureSpawner(this);
|
||||
case NOTE_BLOCK:
|
||||
return new CraftNoteBlock(this);
|
||||
case JUKEBOX:
|
||||
return new CraftJukebox(this);
|
||||
default:
|
||||
return new CraftBlockState(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user