From 1cb2e054da9ade1bcff58e52bcf4f05e98a67aa7 Mon Sep 17 00:00:00 2001 From: erius0 <63460770+erius0@users.noreply.github.com> Date: Tue, 5 Jan 2021 16:49:08 +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 a4c355b..5f27aed 100644 --- a/craftCrystal.lua +++ b/craftCrystal.lua @@ -18,6 +18,6 @@ while true do flag = false end robot.suckDown() - robot.drop() + robot.drop(sides.front) end end