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
|
||||
onKeyPressed()
|
||||
if rs.getInput(sides.top) > 0 then
|
||||
if rs.getInput(sides.right) > 0 then
|
||||
flag = true
|
||||
robot.suckUp()
|
||||
robot.dropDown()
|
||||
|
|
Loading…
Reference in a new issue