mc-scripts/stoneblock-3-chicken-breeder/README.md
2023-12-01 11:46:56 -06:00

38 lines
1.3 KiB
Markdown

# Stoneblock 3 Chicken Breeder
## Installation and Setup
Download the file:
```
wget https://git.desu.ltd/salt/mc-scripts/raw/branch/master/stoneblock-3-chicken-breeder/betterbreeder.lua
```
Set up the turtle like so:
* Any tier mining turtle
* Breeder on top
* Chest in front
* Chest on bottom
* Seeds in inventory
* Pair of chickens to 10/10/10 in inventory
* Run betterbreeder.lua
The turtle will 10/10/10 a stack of chickens in the chest below, then stop.
## Notes and Caveats
* The program will spam a *lot* of content to STDOUT. This is normal, unless an error shows up and you get dumped back to a shell.
* **DO NOT** alter the contents of the turtle's inventory while it works. This will make it very upsetti. It cannot determine exact chicken stats, so it makes assumptions about which chicken is the superior one and keeps track using the chickens' locations in its inventory.
* That said, the exact layout at the start doesn't matter at all. Shove the seeds and chickens wherever.
## Why?
Because I've tried like five random scripts from people on the internet and they don't work.
This guy's stuff in particular: https://old.reddit.com/r/StoneBlock3/comments/zn4h1v/automated_10_10_10_chicken_breeder_with_computer/
## Compatibility
No clue. Try it on a pack that has the Chickens mod and see if it works.