From 364633d884fa2420ab13f5444e06fb418e61d5c2 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 7 Feb 2015 02:45:17 -0500 Subject: make all tubes call the routing functions using their after_place/after_dig callbacks --- routing_tubes.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'routing_tubes.lua') diff --git a/routing_tubes.lua b/routing_tubes.lua index 000c6ee..8620d20 100644 --- a/routing_tubes.lua +++ b/routing_tubes.lua @@ -105,6 +105,8 @@ if pipeworks.enable_one_way_tube then end, priority = 75 -- Higher than normal tubes, but lower than receivers }, + after_place_node = pipeworks.after_place, + after_dig_node = pipeworks.after_dig, }) minetest.register_craft({ output = "pipeworks:one_way_tube 2", -- cgit v1.2.3