DogePastes

Refueler

Apr 24th, 2022 (edited)
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. print("How many slots?")
  2. num = tonumber(read())
  3.  
  4. for i=1,num do
  5.     turtle.select(i)
  6.     turtle.refuel()
  7. end
Add Comment
Please, Sign In to add comment