ApparentlyChimp

chest_dumping

Oct 23rd, 2021 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. -- chest must be placed in 16th slot
  2. turtle.select(16)
  3. turtle.placeDown()
  4.  
  5.  
  6. for i = 1, 16, 1 do
  7. turtle.select(i)
  8. turtle.dropDown()
  9. end
Add Comment
Please, Sign In to add comment