Hey all!

So I created this script and have been modifying it a bit. I figured you all might enjoy it some. What it does is create enclosures (kinda like rings) out of any material you would like. It does not do any refueling. You will have to do this manually and reset the turtle to the bottom left, and start it up again. Once it runs out of items, it automatically quits.

An example tunnel created from it looks like this
http://i.imgur.com/eNLKX.png


So usage is "ring numRings Spacing tunnelSize"
numRings = the number of rings to create
Spacing = the spacing between rings. i.e. 3 would go ring space space ring space space ring.
runnelSize = the size of your tunnel. 1= 1x1x1, 2 = 2x2x2, 3 = 3x3x3…etc

Pastebin is http://pastebin.com/9GQ7uuqq

Read the description in the comments of the code for more information.

Also let me know of any bugs and if you like it :D/>