jdroid91

refuel

Jan 18th, 2024
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local index = 1
  2. while (index <= 16)
  3. do
  4.     turtle.select(index)
  5.     turtle.refuel()
  6.     index = index + 1
  7. end
Add Comment
Please, Sign In to add comment