Update Readme

This commit is contained in:
Salt 2023-12-01 11:46:56 -06:00
parent d8fa75f03f
commit db44145307

View File

@ -23,6 +23,8 @@ The turtle will 10/10/10 a stack of chickens in the chest below, then stop.
## Notes and Caveats ## 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. * 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? ## Why?