_TarkFrench
2019-10-26 c41f6509cf2758945fbc0810ff9d7ab0fc077228
technic/tools/vacuum.lua
@@ -24,7 +24,7 @@
            gain = 0.4,
         })
      end
      local pos = user:getpos()
      local pos = user:get_pos()
      local inv = user:get_inventory()
      for _, object in ipairs(minetest.get_objects_inside_radius(pos, vacuum_range)) do
         local luaentity = object:get_luaentity()
@@ -55,7 +55,7 @@
   output = 'technic:vacuum',
   recipe = {
      {'pipeworks:tube_1',              'pipeworks:filter', 'technic:battery'},
      {'pipeworks:tube_1',              'technic:motor',    'technic:battery'},
      {'pipeworks:tube_1',              'basic_materials:motor',    'technic:battery'},
      {'technic:stainless_steel_ingot', '',                 ''},
   }
})