mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-25 18:47:40 +01:00
Add SMITHING to InventoryType
This commit is contained in:
parent
240a745830
commit
b08a75fc03
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user