Add SMITHING to InventoryType

This commit is contained in:
KrystilizeNevaDies 2021-01-20 13:31:01 +10:00 committed by GitHub
parent 240a745830
commit b08a75fc03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -25,9 +25,10 @@ public enum InventoryType {
LOOM(17, 4),
MERCHANT(18, 3),
SHULKER_BOX(19, 27),
SMOKER(20, 3),
CARTOGRAPHY(21, 3),
STONE_CUTTER(22, 2);
SMITHING(20, 3)
SMOKER(21, 3),
CARTOGRAPHY(22, 3),
STONE_CUTTER(23, 2);
private final int windowType;
private final int slot;