From a5e7d6a84f5ef8859136ab5bdadf33f08e76bac7 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 12 May 2022 17:24:59 +0100 Subject: [PATCH] Updated libreforge --- eco-core/build.gradle | 2 +- eco-core/core-plugin/src/main/resources/plugin.yml | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eco-core/build.gradle b/eco-core/build.gradle index adbabc7e..cad54fc9 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.42.0' + implementation 'com.willfp:libreforge:3.43.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 238281ff..3fa3bccb 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -19,6 +19,7 @@ softdepend: - CMI - CMILib - EcoArmor + - TMMobcoins commands: enchantinfo: diff --git a/gradle.properties b/gradle.properties index e689ce04..888e06fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.64.1 +version = 8.65.0 plugin-name = EcoEnchants \ No newline at end of file