Advertisement
HappySunChild

TurtleDrop

Sep 13th, 2021 (edited)
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. if turtle.detect() then
  2.     for i = 1,16 do
  3.         turtle.select(i)
  4.         while turtle.getItemCount() > 0 do
  5.             turtle.drop()
  6.         end
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement