AOF7-Vocality/config/itemcollectors-common.toml

18 lines
595 B
TOML
Raw Normal View History

2024-02-20 16:35:48 -08:00
[General]
# What should be the maximum range of the basic item collector?
# Allowed range: 1 ~ 10 - Default: 5
basicCollectorMaxRange = 5
# Should the basic item collector have a filter?
# Allowed values: true, false - Default: false
basicCollectorFilter = false
# What should be the maximum range of the advanced item collector?
# Allowed range: 1 ~ 10 - Default: 7
advancedCollectorMaxRange = 7
# Should the advanced item collector have a filter?
# Allowed values: true, false - Default: true
advancedCollectorFilter = true