diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-09-15 15:04:52 +0000 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-09-15 15:04:52 +0000 |
commit | 25c00a6e052bffacf9c3cab7d6cffd9d73a9097d (patch) | |
tree | a6a52e51eb2c1966b9e9e4cb57f891bd682d7ac4 /routing_tubes.lua | |
parent | a69c210b569df7b659a3fd4fe6f5a414b3d1282c (diff) | |
parent | d8ed6d3af41051c2d5a7fe3f71bc0005aa0fd39e (diff) |
Merge branch 'master' into 'master'
Tubes now update their connections when rotated with the screwdriver.
See merge request VanessaE/pipeworks!3
Diffstat (limited to 'routing_tubes.lua')
-rw-r--r-- | routing_tubes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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", |