SPIGOT-6037: Smithing inventory incorrect name

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2020-07-29 19:29:43 +10:00
parent 1bf30431ae
commit 3d462cfcdf

View File

@@ -84,7 +84,7 @@ public enum InventoryType {
/**
* A smithing inventory, with 2 CRAFTING slots and 1 RESULT slot
*/
SMITHING(3, "Smithing"),
SMITHING(3, "Upgrade Gear"),
/**
* A beacon inventory, with 1 CRAFTING slot
*/