mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-04 23:47:59 +01:00
fix: smithing table has 4 slots, not 3
This commit is contained in:
parent
03ef3e2374
commit
6a19940b4d
@ -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