diff options
Diffstat (limited to 'wielder.lua')
-rw-r--r-- | wielder.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wielder.lua b/wielder.lua index 4a80d3e..102f0bf 100644 --- a/wielder.lua +++ b/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 |