SPIGOT-4036: Handle regular/uncoloured shulker boxes

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-07-18 09:45:27 +10:00
parent 199b4654cd
commit 07fa7316e0
4 changed files with 7 additions and 0 deletions

View File

@@ -347,6 +347,7 @@ public class CraftBlock implements Block {
return new CraftBanner(this);
case STRUCTURE_BLOCK:
return new CraftStructureBlock(this);
case SHULKER_BOX:
case WHITE_SHULKER_BOX:
case ORANGE_SHULKER_BOX:
case MAGENTA_SHULKER_BOX: