From 4723c7982c64e31bfde5de0bc72bc0a4177d2c5d Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 25 Feb 2022 11:24:50 +0000 Subject: [PATCH] Updated libreforge --- build.gradle | 2 +- eco-core/core-plugin/src/main/resources/config.yml | 13 ++++++++++++- gradle.properties | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index eb6b16a..1c351f6 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.24.0' - implementation 'com.willfp:libreforge:3.19.0' + implementation 'com.willfp:libreforge:3.19.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 2aa4c4f..592082f 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -32,4 +32,15 @@ point-names: # If you have point names that look ugly (eg g_souls) then you can 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) \ No newline at end of file +block-item-drop-place-check: true # If the block_item_drop trigger should only fire on naturally placed blocks (prevents dupes) + +potions: + icon: + permanent: true + triggered: true + ambient: + permanent: false + triggered: true + particles: + permanent: false + triggered: true \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 6aed4a8..24bda15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.5.0 +version = 8.5.1 plugin-name = EcoBosses \ No newline at end of file