From 75cfac34e69aabb07c5f8b288c98c1e1164685bf Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Mon, 23 Sep 2019 12:21:54 -0400 Subject: add signs_lib placement rules only works on signs_lib commit dcdee222 or later. --- tube_registration.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tube_registration.lua') diff --git a/tube_registration.lua b/tube_registration.lua index 7bef10e..e92e676 100644 --- a/tube_registration.lua +++ b/tube_registration.lua @@ -116,7 +116,10 @@ local register_one_tube = function(name, tname, dropname, desc, plain, noctrs, e end minetest.swap_node(pos, {name = "pipeworks:broken_tube_1"}) pipeworks.scan_for_tube_objects(pos) - end + end, + check_for_pole = pipeworks.check_for_vert_tube, + check_for_horiz_pole = pipeworks.check_for_horiz_tube, + tubenumber = tonumber(tname) } if style == "6d" then nodedef.paramtype2 = "facedir" -- cgit v1.2.3