mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-09 17:03:58 +01:00
Merge branch 'master' into 'master'
Fix injector compatibility with technic HV machines Closes #20 See merge request VanessaE/pipeworks!15
This commit is contained in:
commit
84d7104c66
@ -68,8 +68,6 @@ local function punch_filter(data, filtpos, filtnode, msg)
|
|||||||
if not fromdef then return end
|
if not fromdef then return end
|
||||||
local fromtube = fromdef.tube
|
local fromtube = fromdef.tube
|
||||||
local input_special_cases = {
|
local input_special_cases = {
|
||||||
["technic:mv_furnace"] = "dst",
|
|
||||||
["technic:mv_furnace_active"] = "dst",
|
|
||||||
["technic:mv_electric_furnace"] = "dst",
|
["technic:mv_electric_furnace"] = "dst",
|
||||||
["technic:mv_electric_furnace_active"] = "dst",
|
["technic:mv_electric_furnace_active"] = "dst",
|
||||||
["technic:mv_alloy_furnace"] = "dst",
|
["technic:mv_alloy_furnace"] = "dst",
|
||||||
@ -84,7 +82,13 @@ local function punch_filter(data, filtpos, filtnode, msg)
|
|||||||
["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"] = "dst",
|
||||||
["technic:mv_freezer_active"] = "dst"
|
["technic:mv_freezer_active"] = "dst",
|
||||||
|
["technic:hv_electric_furnace"] = "dst",
|
||||||
|
["technic:hv_electric_furnace_active"] = "dst",
|
||||||
|
["technic:hv_compressor"] = "dst",
|
||||||
|
["technic:hv_compressor_active"] = "dst",
|
||||||
|
["technic:hv_grinder"] = "dst",
|
||||||
|
["technic:hv_grinder_active"] = "dst"
|
||||||
}
|
}
|
||||||
|
|
||||||
-- make sure there's something appropriate to inject the item into
|
-- make sure there's something appropriate to inject the item into
|
||||||
|
Loading…
Reference in New Issue
Block a user