From aeee97ae530522ffaea24593bf960cf020d1e430 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Tue, 12 Jun 2018 18:19:24 +0200 Subject: [PATCH] Added readme to tree farm. --- scripts/tree_farm/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/tree_farm/README.md diff --git a/scripts/tree_farm/README.md b/scripts/tree_farm/README.md new file mode 100644 index 0000000..21511d4 --- /dev/null +++ b/scripts/tree_farm/README.md @@ -0,0 +1,12 @@ +# TreeFarm.lua +Robot script for automatic chopping of trees, given a lumber axe, bonemeal, and saplings. + +## Pastebin +[mRTULKY0](https://pastebin.com/mRTULKY0) + +## Module Requirements +* tractor_beam +* inventory_controller + +## Instructions +To operate this program, simply execute it, and it will prompt the user to decide if they wish to choose a number of trees to chop, or `-1` for chopping until out of resources. The robot will stop if its axe has less than 10% durability, it runs out of bonemeal, or runs out of saplings. \ No newline at end of file