This commit is contained in:
parent
d12bf53972
commit
c64032034c
7 changed files with 461 additions and 26 deletions
|
@ -112,8 +112,7 @@ public class Items {
|
|||
lore.add(comp("<dark_purple>Enchantments:"));
|
||||
item.getEnchantments()
|
||||
.forEach(
|
||||
(k, v) ->
|
||||
lore.add(comp(" <blue>➤ " + k.getName() + " <if " + "max level gold>" + v)));
|
||||
(k, v) -> lore.add(comp(" <blue>➤ " + k.name() + " <if " + "max level gold>" + v)));
|
||||
}
|
||||
|
||||
stack.lore(lore);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue