missing comma

This commit is contained in:
KrystilizeNevaDies 2021-01-20 13:31:45 +10:00 committed by GitHub
parent b08a75fc03
commit feb1d8f0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public enum InventoryType {
LOOM(17, 4),
MERCHANT(18, 3),
SHULKER_BOX(19, 27),
SMITHING(20, 3)
SMITHING(20, 3),
SMOKER(21, 3),
CARTOGRAPHY(22, 3),
STONE_CUTTER(23, 2);