From 7448241ac7af36edab437595f47a4388d8265688 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 31 Jan 2022 17:54:24 +0000 Subject: [PATCH] Updated libreforge --- build.gradle | 2 +- eco-core/core-plugin/src/main/resources/config.yml | 3 ++- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f92c667..e3422f5 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.10.0' + implementation 'com.willfp:libreforge:3.10.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 ee30c53..8a3c335 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -22,4 +22,5 @@ cannot-afford: pitch: 0.5 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 +raytrace-distance: 80 # The distance that alt_click should check for a location +block-item-drop-place-check: true # If the block_item_drop trigger should only fire on naturally placed blocks (prevents dupes) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 8cf099d..9f1cc92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 7.25.0 +version = 7.25.1 plugin-name = EcoArmor \ No newline at end of file