This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
adalonus's profile picture

[MC1.5.1][1.52] Items dropping from wrong slots

Started by adalonus, 02 May 2013 - 02:30 PM
adalonus #1
Posted 02 May 2013 - 04:30 PM
I have a simple for loop to select and drop items from certain slots. If there is no item in that slot, it is dropping from other slots.


for i=4,16 do
  turtle.select(i)
  turtle.drop()
end

If there are items in slots 1-7, it drops items 4-7 then selects slot 8 and drops slot 1.
Lyqyd #2
Posted 02 May 2013 - 04:46 PM
http://www.computercraft.info/forums2/index.php?/topic/11793-issue-that-i-cant-figure-out-with-drop/page__pid__106048#entry106048