From f5c8c1fcd37a5b459e13d365cb3a19e610b0abcd Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 23 Jan 2022 17:00:56 +0000 Subject: [PATCH] Updated libreforge --- build.gradle | 2 +- eco-core/core-plugin/src/main/resources/config.yml | 4 +++- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6db4575..31f4a51 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 ffefc8e..4bc24c3 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -19,4 +19,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 65c2ac4..824c1cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 7.21.1 +version = 7.22.2 plugin-name = EcoArmor \ No newline at end of file