mirror of
https://github.com/nulli0n/ExcellentEnchants-spigot.git
synced 2024-11-12 10:04:26 +01:00
v4.0.0 beta
This commit is contained in:
parent
51e5a2f48a
commit
20c55f781f
@ -29,7 +29,6 @@ import su.nightexpress.excellentenchants.enchantment.registry.wrapper.WrappedEve
|
||||
import su.nightexpress.nightcore.manager.SimpleManager;
|
||||
import su.nightexpress.nightcore.util.BukkitThing;
|
||||
import su.nightexpress.nightcore.util.FileUtil;
|
||||
import su.nightexpress.nightcore.util.Version;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.*;
|
||||
@ -156,10 +155,8 @@ public class EnchantRegistry extends SimpleManager<EnchantsPlugin> {
|
||||
this.register(PoisonedArrowsEnchant.ID, file -> new PoisonedArrowsEnchant(plugin, file));
|
||||
this.register(VampiricArrowsEnchant.ID, file -> new VampiricArrowsEnchant(plugin, file));
|
||||
this.register(WitheredArrowsEnchant.ID, file -> new WitheredArrowsEnchant(plugin, file));
|
||||
if (Version.isAbove(Version.V1_18_R2)) {
|
||||
this.register(DarknessArrowsEnchant.ID, file -> new DarknessArrowsEnchant(plugin, file));
|
||||
this.register(DarknessCloakEnchant.ID, file -> new DarknessCloakEnchant(plugin, file));
|
||||
}
|
||||
this.register(DarknessArrowsEnchant.ID, file -> new DarknessArrowsEnchant(plugin, file));
|
||||
this.register(DarknessCloakEnchant.ID, file -> new DarknessCloakEnchant(plugin, file));
|
||||
|
||||
// Universal
|
||||
this.register(CurseOfFragilityEnchant.ID, file -> new CurseOfFragilityEnchant(plugin, file));
|
||||
|
Loading…
Reference in New Issue
Block a user