From de322bb536ad9bfe57c6e363fee3dca3efb0a746 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 10 Feb 2022 10:59:27 +0000 Subject: [PATCH] Updated libreforge --- eco-core/build.gradle | 2 +- eco-core/core-plugin/src/main/resources/plugin.yml | 2 ++ gradle.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eco-core/build.gradle b/eco-core/build.gradle index 7f6940fd..e5b0a95b 100644 --- a/eco-core/build.gradle +++ b/eco-core/build.gradle @@ -3,6 +3,6 @@ version rootProject.version subprojects { dependencies { - implementation 'com.willfp:libreforge:3.16.5' + implementation 'com.willfp:libreforge:3.17.0' } } \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 5031ccd0..424f68fd 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -18,6 +18,8 @@ softdepend: - Vault - CMI - CMILib + - DeluxeSellwands + - ShopGUIPlus commands: enchantinfo: diff --git a/gradle.properties b/gradle.properties index 644b4402..c041b572 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.38.3 +version = 8.39.0 plugin-name = EcoEnchants \ No newline at end of file