From df100f129a1073eaf641af9c138d69615a77112d Mon Sep 17 00:00:00 2001 From: Drew Lemmy Date: Mon, 2 Jun 2014 20:49:05 +0100 Subject: Added Factory mod --- factory/settings.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 factory/settings.txt (limited to 'factory/settings.txt') 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 -- cgit v1.2.3