From 3c0b80416382ecedb95eb515db67ab9557111d67 Mon Sep 17 00:00:00 2001 From: erius0 <63460770+erius0@users.noreply.github.com> Date: Sat, 9 Jan 2021 20:23:34 +0300 Subject: [PATCH] Update craftCrystal.lua --- craftCrystal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/craftCrystal.lua b/craftCrystal.lua index 4b640f7..3152918 100644 --- a/craftCrystal.lua +++ b/craftCrystal.lua @@ -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()