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. --- routing_tubes.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'routing_tubes.lua') diff --git a/routing_tubes.lua b/routing_tubes.lua index ba9e0aa..e2f1af4 100644 --- a/routing_tubes.lua +++ b/routing_tubes.lua @@ -161,6 +161,7 @@ if pipeworks.enable_one_way_tube then }, after_place_node = pipeworks.after_place, after_dig_node = pipeworks.after_dig, + on_rotate = pipeworks.on_rotate, }) minetest.register_craft({ output = "pipeworks:one_way_tube 2", -- cgit v1.2.3