diff --git a/build.gradle b/build.gradle index 6431c30..2e90dc7 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.20.0' - implementation 'com.willfp:libreforge:3.7.0' + implementation 'com.willfp:libreforge:3.7.2' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 7c7998d..e759454 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -151,4 +151,6 @@ cannot-afford: sound: enabled: true sound: "BLOCK_NOTE_BLOCK_PLING" - pitch: 0.5 \ No newline at end of file + pitch: 0.5 + +use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 5ba7f28..24fa5d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 4.33.0 +version = 4.33.2 plugin-name = Reforges \ No newline at end of file