Advertisement
rhn

CokeTender

rhn
Mar 21st, 2020
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. --coke1=peripheral.wrap("top")
  2. --coke2=peripheral.wrap("bottom")
  3. charcoal=peripheral.wrap("left")
  4. wood=peripheral.wrap("right")
  5.  
  6. while true do
  7.     for i=1,wood.size() do
  8.         wood.pushItems("up",i,8,1)
  9.         wood.pushItems("down",i,8,1)
  10.     end
  11.         charcoal.pullItems("up",2,64)
  12.         charcoal.pullItems("down",2,64)
  13. sleep(60)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement