mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-01 00:10:19 +01:00
fix: smithing table has 4 slots, not 3
(cherry picked from commit 6a19940b4d
)
This commit is contained in:
parent
84a1150afe
commit
9aa34529a9
@ -26,7 +26,7 @@ public enum InventoryType {
|
||||
LOOM(4),
|
||||
MERCHANT(3),
|
||||
SHULKER_BOX(27),
|
||||
SMITHING(3),
|
||||
SMITHING(4),
|
||||
SMOKER(3),
|
||||
CARTOGRAPHY(3),
|
||||
STONE_CUTTER(2);
|
||||
|
Loading…
Reference in New Issue
Block a user