Implement Skull BlockState. Adds BUKKIT-3259
This commit is contained in:
@@ -255,6 +255,8 @@ public class CraftBlock implements Block {
|
||||
return new CraftJukebox(this);
|
||||
case BREWING_STAND:
|
||||
return new CraftBrewingStand(this);
|
||||
case SKULL:
|
||||
return new CraftSkull(this);
|
||||
default:
|
||||
return new CraftBlockState(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user