Skip to content

Commit

Permalink
Update GuiType.java
Browse files Browse the repository at this point in the history
added back the Hopper GUI
  • Loading branch information
DerSimeon authored Nov 17, 2021
1 parent e1fd441 commit 30e0039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 30e0039

Please sign in to comment.