Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Gravel to Flint by PorkBoy123f
- --Put gravel in first slot of turtle and run program
- while turtle.getItemCount(1) > 0 do
- turtle.place()
- turtle.dig()
- end
- --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