-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
35 lines (35 loc) · 1.01 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"dumpLuaGlobals": false,
"mode": "normal",
"offlineMode": false,
"outputDir": "output",
"factorioDataDir": "output/factorio-data",
"dotDir": "output/dot",
"baseItems": [
"copper-plate",
"iron-plate",
"steel-plate",
"coal",
"stone",
"stone-brick",
"water",
"heavy-oil",
"light-oil",
"petroleum-gas",
"sulfuric-acid"
],
"graphvizDir": "C:/Program Files/Graphviz 2.41.20190326.1719/bin",
"recipeWhitelist": ["solid-fuel-from-light-oil"],
"verbose": true,
"craftingMachines": {
"chemistry": "chemical-plant",
"rocket-building": "rocket-silo",
"centrifuging-crafting": "centrifuging",
"crafting": "assembling-machine-3",
"advanced-crafting": "assembling-machine-3",
"oil-processing": "oil-refinery",
"basic-crafting": "assembling-machine-3",
"crafting-with-fluid": "assembling-machine-3",
"smelting": "electric-furnace"
}
}