This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/fastsuite.cfg

23 lines
768 B
INI
Raw Normal View History

2023-11-02 12:32:44 -05:00
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
# FastSuite Configuration
general {
I:"Cache Size"=100
# A list of recipe types which may only be looked up on the main thread. Add a recipe type to this list if errors start happening.
# Default: [
S:"Single Threaded Recipe Types" <
>
# The max time, in seconds, that a recipe lookup may take before aborting the lookup and logging an error.
# Default: 25; Range: [1 ~ 300]
I:"Max Recipe Lookup Time"=25
# If true, the stacks used as recipe inputs will be locked and throw an error if modified during parallel matching. Useful for debugging.
# Default: false
B:"Lock Crafting Input Stacks"=false
}