summaryrefslogtreecommitdiff
path: root/pipeworks/wielder.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-21 03:13:35 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-21 03:13:35 -0400
commita719a95d586859cdd085d1491cdc4923c5e41ac5 (patch)
tree7645b124f67091fd798fbadb4c87ce62a26badec /pipeworks/wielder.lua
parent4f86bcc7aac8b536eef38b3f885821a68a4cca18 (diff)
downloaddreambuilder_modpack-a719a95d586859cdd085d1491cdc4923c5e41ac5.tar
dreambuilder_modpack-a719a95d586859cdd085d1491cdc4923c5e41ac5.tar.gz
dreambuilder_modpack-a719a95d586859cdd085d1491cdc4923c5e41ac5.tar.bz2
dreambuilder_modpack-a719a95d586859cdd085d1491cdc4923c5e41ac5.tar.xz
dreambuilder_modpack-a719a95d586859cdd085d1491cdc4923c5e41ac5.zip
update digistuff, pipeworks (again), and plasticbox
Diffstat (limited to 'pipeworks/wielder.lua')
-rw-r--r--pipeworks/wielder.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/pipeworks/wielder.lua b/pipeworks/wielder.lua
index 4a80d3e..102f0bf 100644
--- a/pipeworks/wielder.lua
+++ b/pipeworks/wielder.lua
@@ -234,6 +234,7 @@ local function register_wielder(data)
end
pipeworks.scan_for_tube_objects(pos)
end,
+ on_rotate = pipeworks.on_rotate,
on_punch = data.fixup_node,
allow_metadata_inventory_put = function(pos, listname, index, stack, player)
if not pipeworks.may_configure(pos, player) then return 0 end