Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tArgs = { ... }
- local count = tonumber( tArgs[1] )
- if count == nil then
- count = 1
- end
- if count < 1 then
- count = 1
- end
- shell.run(refuel)
- for i=1, count do
- turtle.select(1)
- turtle.placeUp()
- shell.run("refuel")
- end
Advertisement
Add Comment
Please, Sign In to add comment