fix: smithing table has 4 slots, not 3

This commit is contained in:
mworzala 2024-01-12 12:31:42 -05:00 committed by Matt Worzala
parent 03ef3e2374
commit 6a19940b4d
1 changed files with 1 additions and 1 deletions

View File

@ -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);