Updated Upgrade Shard code
This commit is contained in:
parent
0c149c9b4a
commit
3da2ca9dfb
Binary file not shown.
@ -1013,6 +1013,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
|
|||||||
meta.setLore(UPGRADE_SHARD_lore);
|
meta.setLore(UPGRADE_SHARD_lore);
|
||||||
UPGRADE_SHARD.setItemMeta(meta);
|
UPGRADE_SHARD.setItemMeta(meta);
|
||||||
UPGRADE_SHARD.addUnsafeEnchantment(Enchantment.LUCK, 1);
|
UPGRADE_SHARD.addUnsafeEnchantment(Enchantment.LUCK, 1);
|
||||||
|
GenericFunctions.getUpgradeShardTier(UPGRADE_SHARD);
|
||||||
return new CustomItem(UPGRADE_SHARD);
|
return new CustomItem(UPGRADE_SHARD);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user