Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --coke1=peripheral.wrap("top")
- --coke2=peripheral.wrap("bottom")
- charcoal=peripheral.wrap("left")
- wood=peripheral.wrap("right")
- while true do
- for i=1,wood.size() do
- wood.pushItems("up",i,8,1)
- wood.pushItems("down",i,8,1)
- end
- charcoal.pullItems("up",2,64)
- charcoal.pullItems("down",2,64)
- sleep(60)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement