diff options
author | Carter Kolwey <cheapiephp@gmail.com> | 2017-03-01 00:10:46 -0600 |
---|---|---|
committer | Carter Kolwey <cheapiephp@gmail.com> | 2017-03-01 00:10:46 -0600 |
commit | 67e5005f4e53cb26098518a90fc98ae260ffe1cb (patch) | |
tree | 130068472b1b1817a232f563956c82dd9057ad22 | |
parent | acf7ee4a8045c135961b20525df8d098b6437857 (diff) |
Add missing table entries
-rw-r--r-- | filter-injector.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filter-injector.lua b/filter-injector.lua index 2daf760..6f3271f 100644 --- a/filter-injector.lua +++ b/filter-injector.lua @@ -178,6 +178,8 @@ local function punch_filter(data, filtpos, filtnode, msg) local input_special_cases = { ["technic:mv_furnace"] = "dst", ["technic:mv_furnace_active"] = "dst", + ["technic:mv_electric_furnace"] = "dst", + ["technic:mv_electric_furnace_active"] = "dst", ["technic:mv_alloy_furnace"] = "dst", ["technic:mv_alloy_furnace_active"] = "dst", ["technic:mv_centrifuge"] = "dst", |