Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local m = peripheral.wrap("right")
- turtle.select(1)
- while true do
- for i=1,2 do
- turtle.select(i)
- if turtle.compareTo(16) then
- m.dropSneaky(0,64)
- else
- m.dropSneakyUp(1,64)
- end
- sleep(2)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment