diff --git a/paper-api/src/main/java/org/bukkit/event/inventory/InventoryType.java b/paper-api/src/main/java/org/bukkit/event/inventory/InventoryType.java index c36e04672..eef00be96 100644 --- a/paper-api/src/main/java/org/bukkit/event/inventory/InventoryType.java +++ b/paper-api/src/main/java/org/bukkit/event/inventory/InventoryType.java @@ -37,7 +37,7 @@ public enum InventoryType { /** * A brewing stand inventory, with one FUEL slot and three CRAFTING slots. */ - BREWING(4,"Brewing"), + BREWING(5,"Brewing"), /** * A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, and 4 * ARMOR slots. The ARMOUR slots may not be visible to the player, though.