Advertisement
Guest User

emc

a guest
May 27th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. emc = peripheral.wrap("right")
  2. direction = "north"
  3.  
  4. while true do
  5.   emc.pullItem(direction,0,64)
  6.   sleep(0.0001)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement