add copper items

This commit is contained in:
alexcrea 2025-09-25 20:11:02 +02:00
parent 3ab6dbc155
commit 5bdd2f9b4c
Signed by: alexcrea
GPG key ID: E346CD16413450E3
6 changed files with 110 additions and 32 deletions

View file

@ -139,11 +139,8 @@ open class CustomAnvil : JavaPlugin() {
return
}
// temporary: handle 1.21 update
Update_1_21.handleUpdate()
// plugin configuration updates
PluginUpdates.handlePluginUpdate()
// Handle minecraft and plugin updates
PluginUpdates.handleUpdates()
// Register enchantment of compatible plugin and load configuration change.
DependencyManager.handleCompatibilityConfig()