Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tArgs = {...}
- local lampsToPlace = tonumber(tArgs[1])
- function forward()
- while not turtle.forward() do
- turtle.attack()
- end
- end
- for i=1,lampsToPlace do
- turtle.placeDown()
- for i=1,6 do
- turtle.forward()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment