Last active
January 12, 2024 19:16
-
-
Save ghostdevv/366cce6995906d6dce8b15ca13a8aad4 to your computer and use it in GitHub Desktop.
Revisions
-
ghostdevv revised this gist
Jan 12, 2024 . 1 changed file with 15 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # Fuel Command Simple command to check the fuel level of the turtle. ## Installation ```bash wget https://gist.github.com/ghostdevv/366cce6995906d6dce8b15ca13a8aad4/raw/8085d548d0ab634cc22dfc24bd98350989e4d9e6/fuel.lua ``` ## Usage ```bash fuel ``` -
ghostdevv created this gist
Jan 12, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ print("Fuel Level: " .. turtle.getFuelLevel() .. "/" .. turtle.getFuelLimit())