From 30e0039ffc36e9c153444ca3d84b1c44bb139bac Mon Sep 17 00:00:00 2001 From: SentinalCoding <78266888+FCKJohni@users.noreply.github.com> Date: Wed, 17 Nov 2021 01:32:24 +0100 Subject: [PATCH] Update GuiType.java added back the Hopper GUI --- core/src/main/java/dev/triumphteam/gui/components/GuiType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/dev/triumphteam/gui/components/GuiType.java b/core/src/main/java/dev/triumphteam/gui/components/GuiType.java index 0fdc44fc..a2443060 100644 --- a/core/src/main/java/dev/triumphteam/gui/components/GuiType.java +++ b/core/src/main/java/dev/triumphteam/gui/components/GuiType.java @@ -31,7 +31,7 @@ public enum GuiType { CHEST(InventoryType.CHEST, 9), WORKBENCH(InventoryType.WORKBENCH, 9), - //HOPPER(InventoryType.HOPPER, 5), + HOPPER(InventoryType.HOPPER, 5), DISPENSER(InventoryType.DISPENSER, 8), BREWING(InventoryType.BREWING, 4);