mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
Updated libreforge
This commit is contained in:
parent
b8861b8275
commit
513b6d9c14
@ -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'
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
version = 8.41.0
|
version = 8.41.1
|
||||||
plugin-name = EcoEnchants
|
plugin-name = EcoEnchants
|
Loading…
Reference in New Issue
Block a user