diff --git a/build.gradle b/build.gradle index 2f982dc5..4bd617c3 100644 --- a/build.gradle +++ b/build.gradle @@ -48,6 +48,7 @@ allprojects { shadowJar { relocate('com.willfp.libreforge', 'com.willfp.ecoenchants.libreforge') + relocate('redempt.crunch', 'com.willfp.ecoenchants.libreforge.crunch') } compileJava { @@ -56,7 +57,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.17.1' - implementation 'com.willfp:libreforge:2.17.1' + implementation 'com.willfp:libreforge:2.18.0' compileOnly 'org.jetbrains:annotations:19.0.0' diff --git a/gradle.properties b/gradle.properties index 9896291a..31b8c8f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.20.2 +version = 8.20.3 plugin-name = EcoEnchants \ No newline at end of file