RealBadAngel
2013-05-30 7d890428f547758ffd907252b2effb1d743c02e4
technic/frames.lua
@@ -97,6 +97,10 @@
         type = "fixed",
      fixed=nodeboxes,
      },
      selection_box = {
         type="fixed",
         fixed={-0.5,-0.5,-0.5,0.5,0.5,0.5}
      },
      paramtype = "light",
      frame=1,
      drop="technic:frame_111111",
@@ -373,8 +377,8 @@
   end
   for _,obj in ipairs(objects) do
      obj:setpos(addVect(obj:getpos(),vect))
      if obj:get_luaentity().name == "pipeworks:tubed_item" then
         le=obj:get_luaentity()
      le=obj:get_luaentity()
      if le and le.name == "pipeworks:tubed_item" then
         le.start_pos=addVect(le.start_pos,vect)
      end
   end