diff --git a/eco-core/build.gradle b/eco-core/build.gradle index 455aa2fe..8be65318 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.7.2' + implementation 'com.willfp:libreforge:3.7.3' } } \ 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 0660cc95..5a663ca7 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -129,14 +129,14 @@ rarity: use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements -cooldown: +cooldown: # For custom enchantments in-actionbar: true sound: enabled: true sound: "BLOCK_NOTE_BLOCK_PLING" pitch: 0.5 -cannot-afford: +cannot-afford: # For custom enchantments in-actionbar: true sound: enabled: true diff --git a/gradle.properties b/gradle.properties index cf681fd9..c2d2357f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.29.2 +version = 8.29.3 plugin-name = EcoEnchants \ No newline at end of file