Revert "Testing alternative chicken acquisition methods"
This reverts commit 5fcd598067
.
This commit is contained in:
parent
5fcd598067
commit
53fe827e4d
@ -7,10 +7,10 @@ function placeBreeder()
|
||||
print('Initializing breeder...')
|
||||
breeder = peripheral.wrap('top')
|
||||
-- This ensures that we have the new generation chicken in slot 1
|
||||
turtle.select(1)
|
||||
for i = 1, 16, 1 do
|
||||
turtle.select(i)
|
||||
turtle.suckUp()
|
||||
-- Then we select the next slot and bop the breeder
|
||||
turtle.select(2)
|
||||
end
|
||||
turtle.digUp()
|
||||
-- Why are we discarding slot 2? Because, by design, it MUST be the trash
|
||||
-- chicken from the last generation.
|
||||
|
Loading…
Reference in New Issue
Block a user