diff options
author | Drew Lemmy <lemonplays@gmail.com> | 2014-06-02 20:49:05 +0100 |
---|---|---|
committer | Drew Lemmy <lemonplays@gmail.com> | 2014-06-02 20:49:05 +0100 |
commit | df100f129a1073eaf641af9c138d69615a77112d (patch) | |
tree | eefae8c346b86e9b297efa3ed7ad40fabd15ed7c /factory/settings.txt |
Added Factory modorigin/factory
Diffstat (limited to 'factory/settings.txt')
-rw-r--r-- | factory/settings.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/factory/settings.txt b/factory/settings.txt new file mode 100644 index 0000000..bcb7339 --- /dev/null +++ b/factory/settings.txt @@ -0,0 +1,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
\ No newline at end of file |