Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- turtle.suckUp()
- while turtle.place() do
- turtle.select(2)
- turtle.dig()
- turtle.select(1)
- turtle.place()
- turtle.select(6)
- turtle.dig()
- turtle.select(1)
- end
- turtle.craft()
- turtle.dropDown()
- turtle.craft()
- turtle.dropDown()
- turtle.craft()
- turtle.dropDown()
- turtle.craft()
- turtle.dropDown()
- os.queueEvent("randomEvent")
- os.pullEvent()
- end
Advertisement
Add Comment
Please, Sign In to add comment