diff --git a/eco-core/build.gradle b/eco-core/build.gradle index 1f732673..7f94a7c0 100644 --- a/eco-core/build.gradle +++ b/eco-core/build.gradle @@ -3,6 +3,6 @@ version rootProject.version subprojects { dependencies { - implementation 'com.willfp:libreforge:3.10.0' + implementation 'com.willfp:libreforge:3.10.1' } } \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index adce730b..adbe7dd6 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -129,6 +129,7 @@ rarity: 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 +block-item-drop-place-check: true # If the block_item_drop trigger should only fire on naturally placed blocks (prevents dupes) cooldown: # For custom enchantments in-actionbar: true diff --git a/gradle.properties b/gradle.properties index 92a6c1a3..c90bee43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.32.0 +version = 8.32.1 plugin-name = EcoEnchants \ No newline at end of file