summaryrefslogtreecommitdiff
path: root/factory/settings.txt
blob: bcb7339c41ac561e7e5a30b70e02e9f38e60677b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- LemonLake's Factories: Config

-- Logging
factory.logTaker = true

-- Defines the furnace types for movers and takers.
-- Requires fuel, src and dst inventory types. 
-- Don't change unless you know what you're doing.
armDevicesFurnacelike = {"default:furnace", "default:furnace_active", "factory:ind_furnace", "factory:ind_furnace_active", "factory:compressor", "factory:compressor_active"}
takerDevicesFurnacelike = {"default:furnace", "default:furnace_active", "factory:ind_furnace", "factory:ind_furnace_active", "factory:compressor", "factory:compressor_active"}

-- Fuel types for the generator
generatorFuel = {{name = "factory:tree_sap", value = 20}}
-- TODO: Add items for other Technic blocks