aboutsummaryrefslogtreecommitdiff
path: root/faregate.lua
diff options
context:
space:
mode:
Diffstat (limited to 'faregate.lua')
-rw-r--r--faregate.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/faregate.lua b/faregate.lua
index e5170bd..2871e54 100644
--- a/faregate.lua
+++ b/faregate.lua
@@ -43,7 +43,9 @@ minetest.register_node("farebox:faregate", {
on_rightclick = function(pos, node, player, itemstack, pointed_thing)
farebox.show_formspec(pos, player)
end,
-
+ allow_metadata_inventory_put = farebox.allow_metadata_inventory_put,
+ allow_metadata_inventory_take = farebox.allow_metadata_inventory_take,
+ allow_metadata_inventory_move = farebox.allow_metadata_inventory_move,
})
minetest.register_node("farebox:faregate_open", {