diff --git a/build.gradle b/build.gradle index 28cfb75..e1986bc 100644 --- a/build.gradle +++ b/build.gradle @@ -58,11 +58,12 @@ allprojects { shadowJar { relocate('com.willfp.libreforge', 'com.willfp.talismans.libreforge') + relocate('redempt.crunch', 'com.willfp.talismans.libreforge.crunch') } dependencies { compileOnly 'com.willfp:eco:6.18.1' - implementation 'com.willfp:libreforge:2.17.1' + implementation 'com.willfp:libreforge:2.18.0' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/gradle.properties b/gradle.properties index 79ab225..939896d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.7.1 +version = 5.7.2 plugin-name = Talismans \ No newline at end of file