From c7159c3ff7c797248b3e26c8bccd5353982f9b01 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 26 Sep 2022 10:53:48 +0100 Subject: [PATCH] libreforge-updater --- build.gradle | 2 +- .../main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt | 2 +- gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 773b916e..9e877a80 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.38.0' - implementation 'com.willfp:libreforge:3.104.0' + implementation 'com.willfp:libreforge:3.104.1' implementation 'org.joml:joml:1.10.4' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt index 3091574b..266f727c 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt @@ -39,11 +39,11 @@ class EcoEnchantsPlugin : LibReforgePlugin() { init { instance = this + copyConfigs("enchants") EcoEnchants.update(this) } override fun handleEnableAdditional() { - copyConfigs("enchants") registerHolderProvider { it.heldEnchantLevels } } diff --git a/gradle.properties b/gradle.properties index 0ab23519..774d2216 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Thu Sep 22 17:32:02 BST 2022 -version=9.0.0-b33 +#Mon Sep 26 10:53:48 BST 2022 +version=9.0.0-b34 plugin-name=EcoEnchants