mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-02 02:11:21 +01:00
Updated libreforge
This commit is contained in:
parent
2692a354a4
commit
5a7a09dc60
@ -3,6 +3,6 @@ version rootProject.version
|
||||
|
||||
subprojects {
|
||||
dependencies {
|
||||
implementation 'com.willfp:libreforge:3.7.0'
|
||||
implementation 'com.willfp:libreforge:3.7.2'
|
||||
}
|
||||
}
|
@ -127,6 +127,8 @@ rarity:
|
||||
vanilla-treasure-rarity: legendary # Treasure enchantments do not appear in vanilla enchanting tables (Mending, Soul Speed, Frost Walker)
|
||||
# The above options *do not* affect actual enchantment rarities. They are purely for cosmetic purposes, like in item lores.
|
||||
|
||||
use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements
|
||||
|
||||
advanced:
|
||||
force-dropqueue: true
|
||||
# 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.29.0
|
||||
version = 8.29.2
|
||||
plugin-name = EcoEnchants
|
Loading…
Reference in New Issue
Block a user