diff --git a/build.gradle b/build.gradle index ee9b838..11d2a9d 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.31.0' - implementation 'com.willfp:libreforge:3.29.0' + implementation 'com.willfp:libreforge:3.30.0' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index 80bc9d8..61c7d66 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -17,6 +17,7 @@ messages: cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%" invalid-reforge: "&cInvalid reforge!" needs-reforge: "&cYou must specify a reforge" + cannot-transmit: "&cYou can't transmit here!" menu: title: "Reforge Item" diff --git a/gradle.properties b/gradle.properties index 0134ae2..322c2bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 4.57.0 +version = 4.58.0 plugin-name = Reforges \ No newline at end of file