Posted 06 February 2013 - 04:33 AM
Now, I know this sounds like like a code error, but it isn't. I was working on a program to clear out land. I tried to change the code a bit, didn't work. I changed the code back, still didn't work. Checked the whole code over, no mistakes seen. Looked at another program I made that used the same bit of code as this one. Copied it (variables and all) and still didn't work. I was angry, so I shut down Minecraft. I was going to make a topic in "Ask a Pro" but when I went to check out the error code again, it worked. I didn't change anything to the code, and it didn't work before I turned Minecraft off. This happened about a week ago (I didn't think to put it as a bug until, well, now). I am pretty sure this is the code I used:
I know this is a incredibly terrible bug report, because I don't know why it happened, how to replicate the bug, or if this was even the for sure the code that gave the error, but this is all I have.
Additional Note: I am using the Tekkit Lite modpack, if that matters at all.
if i%2==0 then
turtle.turnLeft()
turtle.forward()
turtle.turnLeft()
else
turtle.turnRight()
turtle.forward()
turtle.turnRight()
end
I know this is a incredibly terrible bug report, because I don't know why it happened, how to replicate the bug, or if this was even the for sure the code that gave the error, but this is all I have.
Additional Note: I am using the Tekkit Lite modpack, if that matters at all.