Commits
md_5 authored bd45a2f11d5
77 77 | * The ender chest inventory, with 27 slots. |
78 78 | */ |
79 79 | ENDER_CHEST(27, "Ender Chest"), |
80 80 | /** |
81 81 | * An anvil inventory, with 2 CRAFTING slots and 1 RESULT slot |
82 82 | */ |
83 83 | ANVIL(3, "Repairing"), |
84 84 | /** |
85 85 | * A smithing inventory, with 2 CRAFTING slots and 1 RESULT slot |
86 86 | */ |
87 - | SMITHING(3, "Smithing"), |
87 + | SMITHING(3, "Upgrade Gear"), |
88 88 | /** |
89 89 | * A beacon inventory, with 1 CRAFTING slot |
90 90 | */ |
91 91 | BEACON(1, "container.beacon"), |
92 92 | /** |
93 93 | * A hopper inventory, with 5 slots of type CONTAINER. |
94 94 | */ |
95 95 | HOPPER(5, "Item Hopper"), |
96 96 | /** |
97 97 | * A shulker box inventory, with 27 slots of type CONTAINER. |