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

add signs_lib placement rules

only works on signs_lib commit dcdee222 or later.
This commit is contained in:
Vanessa Dannenberg
2019-09-23 12:21:54 -04:00
parent d5fe933456
commit 75cfac34e6
7 changed files with 266 additions and 5 deletions

View File

@ -162,6 +162,8 @@ if pipeworks.enable_one_way_tube then
after_place_node = pipeworks.after_place,
after_dig_node = pipeworks.after_dig,
on_rotate = pipeworks.on_rotate,
check_for_pole = pipeworks.check_for_vert_tube,
check_for_horiz_pole = pipeworks.check_for_horiz_tube
})
minetest.register_craft({
output = "pipeworks:one_way_tube 2",