From fadb973205f3ad378db409c32f0ecd93b7df73ee Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 3 Nov 2017 23:05:36 -0400 Subject: update boost_cart, currency, mesecons, pipeworks, and technic --- pipeworks/flowing_logic.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pipeworks/flowing_logic.lua') diff --git a/pipeworks/flowing_logic.lua b/pipeworks/flowing_logic.lua index 632baa6..0c80a77 100644 --- a/pipeworks/flowing_logic.lua +++ b/pipeworks/flowing_logic.lua @@ -44,7 +44,8 @@ pipeworks.check_for_inflows = function(pos,node) source = minetest.get_meta(coords[i]):get_string("source") if source == minetest.pos_to_string(pos) then break end end - if string.find(name, "valve") or string.find(name, "sensor") then + if string.find(name, "valve") or string.find(name, "sensor") + or string.find(name, "straight_pipe") or string.find(name, "panel") then if ((i == 3 or i == 4) and minetest.facedir_to_dir(testnode.param2).x ~= 0) or ((i == 5 or i == 6) and minetest.facedir_to_dir(testnode.param2).z ~= 0) -- cgit v1.2.3