ShadowNinja
2013-12-17 5cf765b2f19ef9bf443178e26787fe16233b3f4c
technic/machines/other/injector.lua
@@ -74,7 +74,7 @@
   end,
})
function inject_items (pos)
local function inject_items (pos)
      local meta=minetest.env:get_meta(pos) 
      local inv = meta:get_inventory()
      local mode=meta:get_string("mode")
@@ -86,7 +86,7 @@
            local item0=stack:to_table()
            if item0 then 
               item0["count"]="1"
               local item1=tube_item({x=pos.x,y=pos.y,z=pos.z},item0)
               local item1=pipeworks.tube_item({x=pos.x,y=pos.y,z=pos.z},item0)
               item1:get_luaentity().start_pos = {x=pos.x,y=pos.y,z=pos.z}
               item1:setvelocity({x=0, y=-1, z=0})
               item1:setacceleration({x=0, y=0, z=0})
@@ -104,7 +104,7 @@
            if stack then
            local item0=stack:to_table()
            if item0 then 
               local item1=tube_item({x=pos.x,y=pos.y,z=pos.z},item0)
               local item1=pipeworks.tube_item({x=pos.x,y=pos.y,z=pos.z},item0)
               item1:get_luaentity().start_pos = {x=pos.x,y=pos.y,z=pos.z}
               item1:setvelocity({x=0, y=-1, z=0})
               item1:setacceleration({x=0, y=0, z=0})