Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i=1,16 do
- if turtle.getItemCount() == 0 then turtle.select(turtle.getSelectedSlot() + 1) end
- turtle.dig()
- turtle.digUp()
- turtle.forward()
- turtle.turnRight()
- turtle.place()
- turtle.up()
- turtle.place()
- turtle.turnRight()
- turtle.turnRight()
- turtle.place()
- turtle.placeUp()
- turtle.down()
- turtle.place()
- turtle.placeDown()
- turtle.turnRight()
- end
Advertisement
Add Comment
Please, Sign In to add comment