Updated libreforge

This commit is contained in:
Auxilor 2022-02-25 11:27:53 +00:00
parent b8861b8275
commit 513b6d9c14
3 changed files with 13 additions and 2 deletions

View File

@ -55,7 +55,7 @@ allprojects {
} }
dependencies { dependencies {
compileOnly 'com.willfp:eco:6.25.0' compileOnly 'com.willfp:eco:6.25.1'
compileOnly 'org.jetbrains:annotations:22.0.0' compileOnly 'org.jetbrains:annotations:22.0.0'

View File

@ -155,6 +155,17 @@ cannot-afford-type:
point-names: # If you have point names that look ugly (eg g_souls) then you can map them to nice names to be shown to players. point-names: # If you have point names that look ugly (eg g_souls) then you can map them to nice names to be shown to players.
example_point: "Nicely Formatted Point" example_point: "Nicely Formatted Point"
potions:
icon:
permanent: true
triggered: true
ambient:
permanent: false
triggered: true
particles:
permanent: false
triggered: true
advanced: advanced:
force-dropqueue: true force-dropqueue: true
# When combined with collate, this massively reduces calls to getItemMeta, which can hurt performance when many enchants are on an item. # When combined with collate, this massively reduces calls to getItemMeta, which can hurt performance when many enchants are on an item.

View File

@ -1,2 +1,2 @@
version = 8.41.0 version = 8.41.1
plugin-name = EcoEnchants plugin-name = EcoEnchants