mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 16:37:38 +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),
|
LOOM(4),
|
||||||
MERCHANT(3),
|
MERCHANT(3),
|
||||||
SHULKER_BOX(27),
|
SHULKER_BOX(27),
|
||||||
SMITHING(3),
|
SMITHING(4),
|
||||||
SMOKER(3),
|
SMOKER(3),
|
||||||
CARTOGRAPHY(3),
|
CARTOGRAPHY(3),
|
||||||
STONE_CUTTER(2);
|
STONE_CUTTER(2);
|
||||||
|
Loading…
Reference in New Issue
Block a user