Update skeletonFarm.lua
This commit is contained in:
parent
06c8afa39e
commit
21e4cbc943
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function farmSkeletons()
|
||||||
robot.swingDown()
|
robot.swingDown()
|
||||||
end
|
end
|
||||||
magnet.suck()
|
magnet.suck()
|
||||||
for i = 1, 8 do
|
for i = 1, 16 do
|
||||||
robot.select(i)
|
robot.select(i)
|
||||||
robot.drop()
|
robot.drop()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue