diff options
author | Carter Kolwey <cheapiephp@gmail.com> | 2017-03-01 00:10:46 -0600 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-17 10:07:34 -0400 |
commit | a8581450988821bbfba13bf365ada04ce9218c69 (patch) | |
tree | 130068472b1b1817a232f563956c82dd9057ad22 | |
parent | 7d872c05eef0752ac933a685b55213082a7c24ab (diff) | |
download | pipeworks-a8581450988821bbfba13bf365ada04ce9218c69.tar pipeworks-a8581450988821bbfba13bf365ada04ce9218c69.tar.gz pipeworks-a8581450988821bbfba13bf365ada04ce9218c69.tar.bz2 pipeworks-a8581450988821bbfba13bf365ada04ce9218c69.tar.xz pipeworks-a8581450988821bbfba13bf365ada04ce9218c69.zip |
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", |