mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Add default for eco enchant enchantments.
This commit is contained in:
parent
1e15bc7ab3
commit
a4dda06602
4 changed files with 57 additions and 4 deletions
|
|
@ -108,7 +108,7 @@ class CustomAnvil : JavaPlugin() {
|
|||
Update_1_21.handleUpdate()
|
||||
|
||||
// Handle custom enchant config
|
||||
DependencyManager.handleConfigChanges()
|
||||
DependencyManager.handleConfigChanges(this)
|
||||
|
||||
// Load gui constants //TODO maybe something better later
|
||||
MainConfigGui.getInstance().init(DependencyManager.packetManager)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue