From b8803191571244338445a9cf7d3873c064a8090b Mon Sep 17 00:00:00 2001 From: kepler155c Date: Tue, 25 Dec 2018 05:10:03 -0500 Subject: [PATCH] Created farmer (markdown) --- farmer.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 farmer.md diff --git a/farmer.md b/farmer.md new file mode 100644 index 0000000..00fbae1 --- /dev/null +++ b/farmer.md @@ -0,0 +1,46 @@ +A efficient program for farming crops. The turtle will harvest crops and replant the same crop in it's place. + +The turtle will NOT refuel itself. You can use the lavaRefuel program to fuel the turtle as needed. + +## Requirements +* Turtle (advanced recommended) +* Diamond Pickaxe +* Block Scanner +* Vanilla Chest + +## Setup +``` +> pastebin run uzghlbnc +> package install farms +> reboot +``` + +Prepare the area to be farmed by planting crops on a level area (with a few exceptions - see crop list below). The farm can be any size. + +Place a vanilla chest (or several) around the farm for the turtle to drop items into. + +Place the turtle 1 level above the crops. The turtle will harvest crops immediately below. + +Place into the turtle the block scanner and diamond pickaxe. Add in some of the items used for replanting. + +To start the program, run: +``` +> farmer +``` + +A startup file is created automatically the first time the program is run (usr/autorun/farmer.lua). + +## Crop List +* Wheat +* Carrots +* Potatoes +* Beetroots +* Nether wart +* Cocoa beans +* Reeds +* Melon +* Pumpkin +* Cactus: Plant 1 level below the other crops + +## Configuration +After the program is run initially, a configuration file is created (usr/config/farmer). This file can be edited to add custom plants or upgrade the vanilla chest to a larger chest (from a mod). If any changes are made, the program will need to be restarted.