mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Forget to edit the main menu lore...
This commit is contained in:
parent
6776adae28
commit
8c90ae2184
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ public class MainConfigGui extends ChestGui {
|
|||
ItemMeta unitRepairMeta = unirRepairItemstack.getItemMeta();
|
||||
|
||||
unitRepairMeta.setDisplayName("\u00A7aUnit Repair");
|
||||
unitRepairMeta.setLore(Collections.singletonList("\u00A77Click here to open anvil custom recipe menu"));
|
||||
unitRepairMeta.setLore(Collections.singletonList("\u00A77Click here to open anvil unit repair menu"));
|
||||
unirRepairItemstack.setItemMeta(unitRepairMeta);
|
||||
|
||||
GuiItem unitRepairItem = GuiGlobalItems.goToGuiItem(unirRepairItemstack, UnitRepairConfigGui.INSTANCE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue