mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Enabled collate by default
This commit is contained in:
parent
c7c949f990
commit
343bafe4f6
@ -102,10 +102,10 @@ rarity:
|
||||
|
||||
drops:
|
||||
### ADVANCED OPTIONS
|
||||
collate: false
|
||||
collate: true
|
||||
# Instead of directly dropping all drops and xp, some intensive enchantments (eg Telekinesis and Infernal Touch) will push to a collated queue.
|
||||
# At the end of each tick, the queue will be pushed rather than pushing on every drop creation
|
||||
# This will massively improve mining performance on servers, however it is experimental and may not function correctly.
|
||||
# This will massively improve mining performance on servers.
|
||||
force-dropqueue: true
|
||||
# When combined with collate, this massively reduces calls to getItemMeta, which can hurt performance when many enchants are on an item.
|
||||
# Without collate, the number of calls may be increased - which will further hurt performance
|
||||
|
Loading…
Reference in New Issue
Block a user