Advertisement
fbMarcel

turtle startup

Mar 7th, 2021
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local f = turtle.getFuelLevel()
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. write("Fuel: " .. f .. "/20000")
  5. term.setCursorPos(1,3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement