diff --git a/src/brulijam/t-farmer.lua b/src/brulijam/t-farmer.lua index 054ad3e..0244ab1 100644 --- a/src/brulijam/t-farmer.lua +++ b/src/brulijam/t-farmer.lua @@ -110,6 +110,16 @@ local function kiss() turtle.forward() end + --throw away + for i=4, 16 do + turtle.select(i) + + itemDetail = turtle.getItemDetail() + if itemDetail ~= nil then + turtle.drop() + end + end + for i=1,4 do turtle.forward() end