David Leal
2020-06-12 a8daa417c485ee20716ec050d4c676b5c91af773
technic/machines/other/injector.lua
@@ -16,7 +16,7 @@
            if stack then
            local item0=stack:to_table()
            if item0 then
               item0["count"] = "1"
               item0["count"] = 1
               technic.tube_inject_item(pos, pos, vector.new(0, -1, 0), item0)
               stack:take_item(1)
               inv:set_stack("main", i, stack)
@@ -40,7 +40,7 @@
            end
         end
      end
end
minetest.register_craft({