Skip to content

Commit 806569a

Browse files
committed
Add shelf to InventoryType
1 parent dbc15ea commit 806569a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/laytonsmith/abstraction/enums/MCInventoryType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public enum MCInventoryType {
3333
STONECUTTER(false),
3434
CHISELED_BOOKSHELF(false),
3535
CRAFTER(false),
36-
DECORATED_POT(false);
36+
DECORATED_POT(false),
37+
SHELF(false);
3738

3839
// Whether or not this inventory type can be created and used virtually
3940
private final boolean canVirtualize;

0 commit comments

Comments
 (0)