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