Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local component = require("component")
- local invcont = component.inventory_controller
- local sides = require("sides")
- if( invcont.suckFromSlot(sides.front,0)) then
- invcont.dropIntoSlot(sides.bottom,0)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement