From d8ed6d3af41051c2d5a7fe3f71bc0005aa0fd39e Mon Sep 17 00:00:00 2001 From: 12Me21 <12Me21.mc@gmail.com> Date: Sat, 15 Sep 2018 10:30:13 -0400 Subject: Tubes now update their connections when rotated with the screwdriver. --- tube_registration.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tube_registration.lua') diff --git a/tube_registration.lua b/tube_registration.lua index 48fa912..7bef10e 100644 --- a/tube_registration.lua +++ b/tube_registration.lua @@ -108,6 +108,7 @@ local register_one_tube = function(name, tname, dropname, desc, plain, noctrs, e }, after_place_node = pipeworks.after_place, after_dig_node = pipeworks.after_dig, + on_rotate = false, on_blast = function(pos, intensity) if not intensity or intensity > 1 + 3^0.5 then minetest.remove_node(pos) -- cgit v1.2.3