SPIGOT-4036: Handle regular/uncoloured shulker boxes
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user