Advertisement
jille_Jr

Murbygge, light

Jun 4th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. -- åk upp och bygg muren under roboten
  2. turtle.up()
  3.  
  4. -- bygg mur framåt 10 block
  5. for i = 1, 10 do
  6.    turtle.placeDown()
  7.    turtle.forward()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement