init
This commit is contained in:
commit
d8d0e9d536
2567 changed files with 167778 additions and 0 deletions
19
config/fastbench.cfg
Normal file
19
config/fastbench.cfg
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
|
||||
|
||||
#
|
||||
|
||||
general {
|
||||
# If the recipe book button is removed.
|
||||
# Default: true
|
||||
B:"Remove Recipe Book Button"=false
|
||||
|
||||
# If the crafting table has a tooltip
|
||||
# Default: false
|
||||
B:"Disable tooltip on crafting table"=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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue