Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --NinthNUr
- while true do
- turtle.select(1)
- turtle.place()
- turtle.select(2)
- turtle.place()
- redstone.setOutput("top", true)
- sleep(0)
- redstone.setOutput("top", false)
- sleep(0.3)
- turtle.suck()
- end
Advertisement
Add Comment
Please, Sign In to add comment