Update craftCrystal.lua

This commit is contained in:
erius0 2021-01-09 20:23:34 +03:00 committed by GitHub
parent a6a36827f8
commit 3c0b804163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()