Created
June 25, 2021 12:22
-
-
Save Citrus34/73eee5848bae1443222b32d7d466fb1e to your computer and use it in GitHub Desktop.
Tree Farming for tthe turtles in CC:Tweaked
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 characters
turtle.refuel() | |
print("Refueling") | |
if turtle.detect() then | |
turtle.dig() | |
turtle.up()-- boday | |
end | |
if not turtle.Detect() and turtle.detectDown() then | |
turtle.down() | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment