Advertisement
ecco7777

CC Oak Barrel Automation

Jun 19th, 2020
1,411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. b=peripheral.wrap("back")
  2. while true do
  3. for i=1,8 do
  4. b.pullItem("up",1,1)
  5. end
  6. sleep(45)
  7. a.pushItem("down",1,1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement