@@ -81,6 +81,10 @@ public enum InventoryType {
|
||||
* An anvil inventory, with 2 CRAFTING slots and 1 RESULT slot
|
||||
*/
|
||||
ANVIL(3, "Repairing"),
|
||||
/**
|
||||
* A smithing inventory, with 2 CRAFTING slots and 1 RESULT slot
|
||||
*/
|
||||
SMITHING(3, "Smithing"),
|
||||
/**
|
||||
* A beacon inventory, with 1 CRAFTING slot
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user