1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-12-26 02:40:23 +01:00

Support Technic freezer

fixes #7
This commit is contained in:
Weinzierl Stefan 2018-12-16 17:15:37 -05:00 committed by Vanessa Dannenberg
parent 839b0ed4b1
commit 26e7b46415

View File

@ -193,6 +193,8 @@ local function punch_filter(data, filtpos, filtnode, msg)
["technic:mv_grinder"] = "dst", ["technic:mv_grinder"] = "dst",
["technic:mv_grinder_active"] = "dst", ["technic:mv_grinder_active"] = "dst",
["technic:tool_workshop"] = "src", ["technic:tool_workshop"] = "src",
["technic:mv_freezer"] = "dst",
["technic:mv_freezer_active"] = "dst"
} }
-- make sure there's something appropriate to inject the item into -- make sure there's something appropriate to inject the item into