Posted 01 June 2014 - 12:48 AM
In, 1.63, when I leave chunks and then reenter them, code such as turtle.dig(), turtle.drop(), and turtle.suck() freeze when used in if statements. To make them work, the code has to be terminated, where it says the line that one of the three was on, and then restart the computer. The program is called using shell.run() from startup. The code looked something like this:
while true do
if turtle.dig() then
turtle.dropDown()
end
end
There were no other mods besides latest forge.Edited on 07 June 2014 - 07:50 PM