Don't use translation string for SHULKER_BOX default name

This commit is contained in:
md_5 2017-03-10 20:08:26 +11:00
parent 65310d01a3
commit b3034fbbd6

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;