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/structureessentials.json
2023-11-02 12:32:44 -05:00

18 lines
737 B
JSON

{
"structurePlacementLogging": {
"desc:": "Enables debug logging of structure placement, does spam logs, only recommenced for debugging. Default: false",
"structurePlacementLogging": false
},
"structureSearchTimeout": {
"desc:": "Maximum time in seconds a structure search is allowed to take: default 50",
"structureSearchTimeout": 50
},
"useFastStructureLookup": {
"desc:": "Whether the fast structure search is used, default: true",
"useFastStructureLookup": true
},
"warnMissingRegistryEntry": {
"desc:": "Prevents crashes for missing registry entries(e.g. a mod update structure ids) and turns them into a log error message instead, default: true",
"warnMissingRegistryEntry": true
}
}