12 lines
347 B
TOML
12 lines
347 B
TOML
#Whether search for recipes asynchronously.
|
|
asyncRecipeSearching = true
|
|
#Whether use vbo for preview page rendering.
|
|
useVBO = true
|
|
#Duration of the multiblock in-world preview (s)
|
|
#Range: 1 ~ 999
|
|
multiblockPreviewDuration = 10
|
|
#Duration of the multiblock in-world pattern error position (s)
|
|
#Range: 1 ~ 999
|
|
multiblockPatternErrorPosDuration = 10
|
|
|