bios:339: [string "sugar"]:11: '=' expected
This is the program code:
while true do
for a=1,9 do
turtle.dig()
turtle.forward()
end
for b=1,1 do
turtle.turnRight()
turtle.dig()
turtle.forward()
turtle.turnRight()
end
for c=1,16 do
turtle.select(c)
turtle.dropDown()
end
sleep(240)
end
What do I need to do to fix this?I'm running ComputerCraft version 1.58 in Minecraft version 1.6.4.
The farm is in this setup
x is sugarcane
[] is chest
the turtle starts out on top of the chest
the setup is only two blocks tall
xx
xx
xx
xx
xx
xx
xx
xx
[]x