summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-01 01:11:35 -0500
committerGitHub <noreply@github.com>2017-03-01 01:11:35 -0500
commit44c64246a839132fb6906681d08e34b3bd088fa7 (patch)
tree130068472b1b1817a232f563956c82dd9057ad22
parent7d872c05eef0752ac933a685b55213082a7c24ab (diff)
parent67e5005f4e53cb26098518a90fc98ae260ffe1cb (diff)
Merge pull request #161 from cheapie/master
Add missing table entries
-rw-r--r--filter-injector.lua2
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",