Don't use translation string for SHULKER_BOX default name

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2017-03-10 20:08:26 +11:00
parent 023cc5d43f
commit c6855936ce

View file

@ -73,7 +73,7 @@ public enum InventoryType {
/**
* A shulker box inventory, with 27 slots of type CONTAINER.
*/
SHULKER_BOX(27, "container.shulkerBox"),
SHULKER_BOX(27, "Shulker Box"),
;
private final int size;