summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/bukkit/event/inventory/InventoryType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/event/inventory/InventoryType.java b/src/main/java/org/bukkit/event/inventory/InventoryType.java
index 62dc0748..f6446392 100644
--- a/src/main/java/org/bukkit/event/inventory/InventoryType.java
+++ b/src/main/java/org/bukkit/event/inventory/InventoryType.java
@@ -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;