Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --functions
- local function mining()
- turtle.dig()
- turtle.digUp()
- turtle.forward()
- end
- local function walls()
- turtle.turnRight
- turtle.place()
- turtle.up()
- turtle.place()
- turtle.turnRight()
- turtle.turnRight()
- turtle.Place()
- turtle.down()
- turtle.place()
- turtle.turnright()
- end
- --code
- for i=1,50 do
- walls()
- mining()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement