|
|
|
@ -13301,8 +13301,6 @@ class updateInventoryTask implements Runnable { |
|
|
|
|
|
|
|
|
|
orbs.setAmount(cost); |
|
|
|
|
anvilInv.setItem(LEVELS, orbs); |
|
|
|
|
|
|
|
|
|
anvilInv.setItem(OUTPUT, anvilInv.getItem(INPUT).clone()); |
|
|
|
|
|
|
|
|
|
// Change entry matching modified lore
|
|
|
|
|
List<String> bonusesLore = anvilInv.getItem(OUTPUT).getItemMeta().getLore(); |
|
|
|
@ -13375,8 +13373,6 @@ class updateInventoryTask implements Runnable { |
|
|
|
|
orbs.setAmount(cost); |
|
|
|
|
anvilInv.setItem(LEVELS, orbs); |
|
|
|
|
|
|
|
|
|
anvilInv.setItem(OUTPUT, anvilInv.getItem(INPUT).clone()); |
|
|
|
|
|
|
|
|
|
// Change entry matching modified lore
|
|
|
|
|
List<String> bonusesLore = anvilInv.getItem(OUTPUT).getItemMeta().getLore(); |
|
|
|
|
|
|
|
|
|