sfence
2021-04-14 1c219487d3f4dd03c01ff9aa1f298c7c18c7e189
technic_chests/common.lua
@@ -28,7 +28,9 @@
end
local function inv_change(pos, count, player)
   if not default.can_interact_with_node(player, pos) then
   -- Skip check for pipeworks (fake player)
   if minetest.is_player(player) and
         not default.can_interact_with_node(player, pos) then
      return 0
   end
   return count