{"id":13295264,"url":"https://github.com/HeshamSHY/Turtly-Farmer","last_synced_at":"2025-03-10T08:31:44.959Z","repository":{"id":155168901,"uuid":"463479043","full_name":"HeshamSHY/Turtly-Farmer","owner":"HeshamSHY","description":"A ComputerCraft program for turtles to automatically farm wheat","archived":false,"fork":false,"pushed_at":"2024-05-24T11:36:22.000Z","size":46,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-29T17:41:33.661Z","etag":null,"topics":["computercraft","computercraft-tweaked","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HeshamSHY.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-25T09:49:28.000Z","updated_at":"2023-04-07T10:24:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"2452d377-395c-4477-84e1-0d1237195f46","html_url":"https://github.com/HeshamSHY/Turtly-Farmer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeshamSHY%2FTurtly-Farmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeshamSHY%2FTurtly-Farmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeshamSHY%2FTurtly-Farmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeshamSHY%2FTurtly-Farmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeshamSHY","download_url":"https://codeload.github.com/HeshamSHY/Turtly-Farmer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242819158,"owners_count":20190390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computercraft","computercraft-tweaked","minecraft"],"created_at":"2024-07-29T17:16:46.728Z","updated_at":"2025-03-10T08:31:44.935Z","avatar_url":"https://github.com/HeshamSHY.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turtly-Farmer\n\nA ComputerCraft program for turtles to automatically farm wheat\n\nNote: This program can only run on Mining Turtles\n\nVersion: 0.1.0\n\n## Featurs\n\n* Farms wheat automaticlly.\n* Stores output in a chest.\n* Refuels automatically. After refuel, it comes back to where it was before going to refuel.\n* Setup and forget about it, just check on it to refill the fuel chest.\n\n## How To Setup\n\n### Farm Setup\n\n#### 1. Make a 9×9 farm land with a water source in the middle as shown below\n\n\u003cimg src=\"https://i.imgur.com/chHzer1.png\" width=\"519\" height=\"361\"\u003e\n\n#### 2. Surround the farm land with fence\n\n(Make sure to use oak fence)\n\n\u003cimg src=\"https://i.imgur.com/CAELFIP.png\" width=\"642\" height=\"443\"\u003e\n\n#### 3. Place 3 chests at the Bottom-Left corner as shown below\n\n(Using bigger modded chests is recommended. The first chest is for fuel, second chest is for seeds, third one is for wheat output)\n\n\u003cimg src=\"https://i.imgur.com/HkKFsOd.png\" width=\"601\" height=\"400\"\u003e\n\n#### 4. Place a Stone block one block above the fence in the other 3 corners\n\n\u003cimg src=\"https://i.imgur.com/8Pv8Jx4.png\" width=\"560\" height=\"424\"\u003e\n\n#### 5. Put a couple stacks of Coal/Charcoal in the first chest\n\n\u003cimg src=\"https://i.imgur.com/VKUwXZI.png\"\u003e\n\n#### 6. Put 2 stacks of Seeds in the second chest\n\n(Can be less. But putting 2 stacks will make sure it will plant seeds in every farm land in the farm)\n\n\u003cimg src=\"https://i.imgur.com/91gPALo.png\" width=\"356\" height=\"379\"\u003e\n\n#### 7. (Optinal) Place a Glowstone block above the water to help wheat grow at night\n\nalso if the farm is in a snowy biome this can help to stop it from freezing\n\n\u003cimg src=\"https://i.imgur.com/zzAGlzp.png\" width=\"574\" height=\"423\"\u003e\n\n---\n\n### Turtle Setup\n\n#### 1. Place your Mining Turtle next to the first chest facing the farm as shown below\n\n![Setup8](https://user-images.githubusercontent.com/79906420/155709642-205aa754-c4d7-4784-9af1-7a81429601d8.png)\n\n#### 2. Open the turtle and enter the following and press enter\n\nFor 1.12:\n\n```bash\npastebin run Vg8AEmt3 installer.lua\n```\n\nFor 1.18(Should work with 1.13+):\n\n```bash\npastebin run ZpsTwhY5 installer.lua\n```\n\n![Setup9](https://user-images.githubusercontent.com/79906420/155710654-4d6f1cd4-369d-4a4e-92c0-05821e9f592e.png)\n\n#### 3. Read the instructions on the screen and confirm by typing `yes` and then press enter\n\n![Setup10](https://user-images.githubusercontent.com/79906420/155710857-8a4f24e1-e3ee-47d5-b33d-db22391878c1.png)\n\n#### 4. The installer will install the files and then the turtle will reboot with the following screen\n\n![Setup11](https://user-images.githubusercontent.com/79906420/155711347-b66001c2-7f3d-44f3-979a-951193bbdeaa.png)\n\n#### 5. The turtle will start working\n\nNow 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.  \nYou can check the wheat output on the third chest.  \n**Sometimes the seeds chest may overflow, this will most likely not cause any issues, but you can empty some of it.**\n\n![Setup12](https://user-images.githubusercontent.com/79906420/155711929-bf19ee6f-d109-45fa-9724-f79caf1fa8f3.png)\n\n## Todo\n\n- [ ] Farm all crops\n- [ ] Auto craft crops into something specified by user\n- [ ] Make the farmland size configurable\n- [ ] (Maybe, idk) add support for other languages\n\n## Support, Issues \u0026 Suggetions\n\nEverything can be reported in [issues](https://github.com/HeshamSHY/Turtly-Farmer/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeshamSHY%2FTurtly-Farmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHeshamSHY%2FTurtly-Farmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeshamSHY%2FTurtly-Farmer/lists"}