Update readme

This commit is contained in:
Salt 2023-12-01 11:34:59 -06:00
parent 01f91f7ce6
commit 74f98a38ce
2 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,12 @@ Set up the turtle like so:
The turtle will 10/10/10 a stack of chickens
in the chest below, then stop.
## 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.

View File

@ -1,4 +1,5 @@
-- See README for usage info
-- https://git.desu.ltd/salt/mc-scripts/src/branch/master/stoneblock-3-chicken-breeder/README.md
function placeBreeder()
print('Initializing breeder...')
breeder = peripheral.wrap('top')