diff --git a/build.gradle b/build.gradle index c4f6d55..eac6b82 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.20.0' - implementation 'com.willfp:libreforge:3.6.1' + 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 d929c39..8206e2e 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -25,3 +25,5 @@ cooldown: enabled: true sound: "BLOCK_NOTE_BLOCK_PLING" 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 983a674..aac13f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.14.1 +version = 5.15.2 plugin-name = Talismans \ No newline at end of file