Update readme
This commit is contained in:
parent
01f91f7ce6
commit
74f98a38ce
@ -15,6 +15,12 @@ Set up the turtle like so:
|
|||||||
The turtle will 10/10/10 a stack of chickens
|
The turtle will 10/10/10 a stack of chickens
|
||||||
in the chest below, then stop.
|
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
|
## Compatibility
|
||||||
|
|
||||||
No clue. Try it on a pack that has the Chickens mod and see if it works.
|
No clue. Try it on a pack that has the Chickens mod and see if it works.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
-- See README for usage info
|
-- See README for usage info
|
||||||
|
-- https://git.desu.ltd/salt/mc-scripts/src/branch/master/stoneblock-3-chicken-breeder/README.md
|
||||||
function placeBreeder()
|
function placeBreeder()
|
||||||
print('Initializing breeder...')
|
print('Initializing breeder...')
|
||||||
breeder = peripheral.wrap('top')
|
breeder = peripheral.wrap('top')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user