1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00

Tubes now update their connections when rotated with the screwdriver.

This commit is contained in:
12Me21
2018-09-15 10:30:13 -04:00
parent a69c210b56
commit d8ed6d3af4
4 changed files with 20 additions and 0 deletions

View File

@ -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",