CCScripts/Refuel.lua

4 lines
104 B
Lua

turtle.refuel()
local fuelLevel = turtle.getFuelLevel()
write("My fuel level is now "..fuelLevel.."\n")