Skip to content

Instantly share code, notes, and snippets.

@ghostdevv
Last active January 12, 2024 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghostdevv/366cce6995906d6dce8b15ca13a8aad4 to your computer and use it in GitHub Desktop.
Save ghostdevv/366cce6995906d6dce8b15ca13a8aad4 to your computer and use it in GitHub Desktop.
CC Turtle Fuel Command

Fuel Command

Simple command to check the fuel level of the turtle.

Installation

wget https://gist.githubusercontent.com/ghostdevv/366cce6995906d6dce8b15ca13a8aad4/raw/8085d548d0ab634cc22dfc24bd98350989e4d9e6/fuel.lua

Usage

fuel
print("Fuel Level: " .. turtle.getFuelLevel() .. "/" .. turtle.getFuelLimit())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment