mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-26 15:45:12 +01:00
Finalised Essentials Integration
This commit is contained in:
parent
f05913dc0b
commit
2456e97cd0
@ -140,9 +140,6 @@ public class EnchantDisplay {
|
|||||||
List<String> itemLore = new ArrayList<>();
|
List<String> itemLore = new ArrayList<>();
|
||||||
|
|
||||||
int loreStart = 0;
|
int loreStart = 0;
|
||||||
if(Main.hasAE) {
|
|
||||||
loreStart = AEAPI.getEnchantmentsOnItem(item).size();
|
|
||||||
}
|
|
||||||
|
|
||||||
if(meta == null) return oldItem;
|
if(meta == null) return oldItem;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user