mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 23:00:49 +02:00
Compare commits
2 Commits
2018-11-23
...
2018-12-01
Author | SHA1 | Date | |
---|---|---|---|
ef5d30c92d | |||
f2fff77e90 |
@ -122,7 +122,7 @@ end
|
||||
-- when they are updated.
|
||||
function pipeworks.on_rotate(pos, node, user, mode, new_param2)
|
||||
node.param2 = new_param2
|
||||
minetest.set_node(pos, node)
|
||||
minetest.swap_node(pos, node)
|
||||
pipeworks.scan_for_tube_objects(pos)
|
||||
return true
|
||||
end
|
||||
|
Reference in New Issue
Block a user