TheDarBear

inventoryApi

Feb 3rd, 2021 (edited)
877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. function dumpBelow(start, en)
  2.     for var = start, en do
  3.         turtle.dropDown()
  4.     end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment