diff --git a/src/main/java/org/bukkit/event/inventory/InventoryType.java b/src/main/java/org/bukkit/event/inventory/InventoryType.java index c2af9a98..d917fcfc 100644 --- a/src/main/java/org/bukkit/event/inventory/InventoryType.java +++ b/src/main/java/org/bukkit/event/inventory/InventoryType.java @@ -145,6 +145,10 @@ public enum InventoryType { * Pseudo jukebox inventory with 1 slot of undefined type. */ JUKEBOX(1, "Jukebox", null, false), + /** + * Pseudo decorated pot inventory with 1 slot of undefined type. + */ + DECORATED_POT(1, "Decorated Pot", null, false), /** * A crafter inventory, with 9 CRAFTING slots. */