Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- tofu0
- -- put 4 blocks in the ground
- turtle.up() -- move up one step
- turtle.forward() -- move one step forward
- turtle.placeDown() -- place a block (1st)
- turtle.forward() -- same above
- turtle.placeDown() -- same above (2nd)
- turtle.forward() -- same above
- turtle.placeDown() -- same above (3rd)
- turtle.forward() -- same above
- turtle.placeDown() -- same above (4th)
Advertisement
Add Comment
Please, Sign In to add comment