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/fastbench.cfg

20 lines
542 B
INI
Raw Normal View History

2023-11-02 12:32:44 -05:00
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
#
general {
# If the crafting table has a tooltip
# Default: false
B:"Disable tooltip on crafting table"=false
# If the recipe book button is removed.
# Default: true
B:"Remove Recipe Book Button"=false
# The tick interval at which all pooled grid updates will be run. Duplicate updates within the interval will be squashed.
# Default: 2; Range: [1 ~ 100]
I:"Grid Update Interval"=2
}