Advertisement
PorkBoy123f

Gravel to Flint

Mar 5th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. --Gravel to Flint by PorkBoy123f
  2. --Put gravel in first slot of turtle and run program
  3. while turtle.getItemCount(1) > 0 do
  4.   turtle.place()
  5.   turtle.dig()
  6. end
  7. --This program turns Gravel into Flint by placing Gravel and Mining it as many times as needed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement