diff --git a/build.gradle b/build.gradle index 4f24cbb..074093a 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.9.0' + implementation 'com.willfp:libreforge:3.9.1' 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 8206e2e..3f4f73b 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -26,4 +26,5 @@ cooldown: 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 +use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements +raytrace-distance: 80 # The distance that alt_click should check for a location \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 027f0b6..6bc6efb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.17.0 +version = 5.17.1 plugin-name = Talismans \ No newline at end of file