Skip to content

Instantly share code, notes, and snippets.

@Citrus34
Created June 25, 2021 12:22
Show Gist options
  • Save Citrus34/73eee5848bae1443222b32d7d466fb1e to your computer and use it in GitHub Desktop.
Save Citrus34/73eee5848bae1443222b32d7d466fb1e to your computer and use it in GitHub Desktop.
Tree Farming for tthe turtles in CC:Tweaked
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