mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Use Bulk operation object for bukkit and enchantment² enchants.
This commit is contained in:
parent
d3252eecbd
commit
b89a8951b7
5 changed files with 73 additions and 40 deletions
|
|
@ -116,7 +116,7 @@ class CustomAnvil : JavaPlugin() {
|
|||
if (!ConfigHolder.loadDefaultConfig()) return
|
||||
|
||||
// Register enchantments
|
||||
CAEnchantmentRegistry.getInstance().registerStartupEnchantments()
|
||||
CAEnchantmentRegistry.getInstance().registerBukkit()
|
||||
DependencyManager.registerEnchantments()
|
||||
|
||||
val enchantReadyEvent = CAEnchantRegistryReadyEvent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue