for z = 2,16 do
turtle.select(z)
if turtle.compareTo(1) == false then
turtle.drop()
end
end
I'll put stuff in slot 1, 3, 5, 7, 9, 11. (some items are identical to slot 1; but most are not) -- after I run that block of code; the turtle drops everything (including the stuff in slot 1). I asked in "Ask a Pro" and theoriginalbit says it's working for him.
I then deleted Minecraft and reinstalled from scratch (redownloaded everything) and tried it again; got the same behavior. So I downloaded the latest forge (I was using the recomended) and the behavior still persisted. I can't figure it out. I've tried it in single player AND on my multiplayer server.
It's driving me nuts (it was working in 1.5 (for MC 1.4.7)) - can you verify everything is working fine (or maybe let me know how I can fix it?)












