Update craftCrystal.lua
This commit is contained in:
parent
a6a36827f8
commit
3c0b804163
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ end
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
onKeyPressed()
|
onKeyPressed()
|
||||||
if rs.getInput(sides.top) > 0 then
|
if rs.getInput(sides.right) > 0 then
|
||||||
flag = true
|
flag = true
|
||||||
robot.suckUp()
|
robot.suckUp()
|
||||||
robot.dropDown()
|
robot.dropDown()
|
||||||
|
|
Loading…
Reference in a new issue