An open API service indexing awesome lists of open source software.

https://github.com/HeshamSHY/Turtly-Farmer

A ComputerCraft program for turtles to automatically farm wheat
https://github.com/HeshamSHY/Turtly-Farmer

computercraft computercraft-tweaked minecraft

Last synced: 2 months ago
JSON representation

A ComputerCraft program for turtles to automatically farm wheat

Awesome Lists containing this project

README

        

# Turtly-Farmer

A ComputerCraft program for turtles to automatically farm wheat

Note: This program can only run on Mining Turtles

Version: 0.1.0

## Featurs

* Farms wheat automaticlly.
* Stores output in a chest.
* Refuels automatically. After refuel, it comes back to where it was before going to refuel.
* Setup and forget about it, just check on it to refill the fuel chest.

## How To Setup

### Farm Setup

#### 1. Make a 9×9 farm land with a water source in the middle as shown below

#### 2. Surround the farm land with fence

(Make sure to use oak fence)

#### 3. Place 3 chests at the Bottom-Left corner as shown below

(Using bigger modded chests is recommended. The first chest is for fuel, second chest is for seeds, third one is for wheat output)

#### 4. Place a Stone block one block above the fence in the other 3 corners

#### 5. Put a couple stacks of Coal/Charcoal in the first chest

#### 6. Put 2 stacks of Seeds in the second chest

(Can be less. But putting 2 stacks will make sure it will plant seeds in every farm land in the farm)

#### 7. (Optinal) Place a Glowstone block above the water to help wheat grow at night

also if the farm is in a snowy biome this can help to stop it from freezing

---

### Turtle Setup

#### 1. Place your Mining Turtle next to the first chest facing the farm as shown below

![Setup8](https://user-images.githubusercontent.com/79906420/155709642-205aa754-c4d7-4784-9af1-7a81429601d8.png)

#### 2. Open the turtle and enter the following and press enter

For 1.12:

```bash
pastebin run Vg8AEmt3 installer.lua
```

For 1.18(Should work with 1.13+):

```bash
pastebin run ZpsTwhY5 installer.lua
```

![Setup9](https://user-images.githubusercontent.com/79906420/155710654-4d6f1cd4-369d-4a4e-92c0-05821e9f592e.png)

#### 3. Read the instructions on the screen and confirm by typing `yes` and then press enter

![Setup10](https://user-images.githubusercontent.com/79906420/155710857-8a4f24e1-e3ee-47d5-b33d-db22391878c1.png)

#### 4. The installer will install the files and then the turtle will reboot with the following screen

![Setup11](https://user-images.githubusercontent.com/79906420/155711347-b66001c2-7f3d-44f3-979a-951193bbdeaa.png)

#### 5. The turtle will start working

Now you don't need to do anything else, just check on it every now and then and check the amount of coal and fuel left.
You can check the wheat output on the third chest.
**Sometimes the seeds chest may overflow, this will most likely not cause any issues, but you can empty some of it.**

![Setup12](https://user-images.githubusercontent.com/79906420/155711929-bf19ee6f-d109-45fa-9724-f79caf1fa8f3.png)

## Todo

- [ ] Farm all crops
- [ ] Auto craft crops into something specified by user
- [ ] Make the farmland size configurable
- [ ] (Maybe, idk) add support for other languages

## Support, Issues & Suggetions

Everything can be reported in [issues](https://github.com/HeshamSHY/Turtly-Farmer/issues)