Skip to content

Commit

Permalink
Merge pull request #41 from FCKJohni/master
Browse files Browse the repository at this point in the history
Update GuiType.java
  • Loading branch information
Matt committed Nov 17, 2021
2 parents e1fd441 + 30e0039 commit 289e9fe
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 289e9fe

Please sign in to comment.