Advertisement
Guest User

bios.lua

a guest
Jul 25th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local component = require("component")
  2. local invcont = component.inventory_controller
  3. local sides = require("sides")
  4.  
  5.  
  6. if( invcont.suckFromSlot(sides.front,0)) then
  7.     invcont.dropIntoSlot(sides.bottom,0)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement