diff options
Diffstat (limited to 'technic/machines/MV')
-rw-r--r-- | technic/machines/MV/tool_workshop.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/technic/machines/MV/tool_workshop.lua b/technic/machines/MV/tool_workshop.lua index a1f9a21..8988f93 100644 --- a/technic/machines/MV/tool_workshop.lua +++ b/technic/machines/MV/tool_workshop.lua @@ -101,6 +101,8 @@ minetest.register_node("technic:tool_workshop", { connect_sides = {left = 1, right = 1, back = 1, top = 1, bottom = 1}, }, technic_run = run, + after_place_node = pipeworks.after_place, + after_dig_node = pipeworks.after_dig }) technic.register_machine("MV", "technic:tool_workshop", technic.receiver) |