Posted 02 June 2013 - 07:28 AM
Lazy Nub Tunneller v0.03
Will tell your turtle how to build
an amazingly wonderful tunnel for you,
with torch and chest placement if requested.
Chest(s) slot = 14
Fuel slot = 15
Torch(s) slot = 16
Minimum Length = 1
Width = 1
Height = 3
If you wish to skip the UI and start tunneller with commands directly
the format is:
<program name> <Length> <Width> <Height> [Torch Distance]
ie: lnt 16 1 3 6
This would start the tunnel with a length of 16 width of 1
height of 3 and torches spaced 6 apart. The torches can be
omitted from the line and none will be placed.
With this option tunneller assumes you have enough fuel and torches in place.
If you use the command line method it will assume you wish to use chests if the
chest slot is occupied.
If any of your numbers fail the limits of the program it will
default to normal UI operation.
ComputerCraft Posting: http://www.computerc...-nub-tunneller/
PasteBin: http://pastebin.com/xjsLsCZ9
YouTube: [media]http://youtu.be/DVF4VAfNfio[/media]
Load into turtle with:
pastebin get xjsLsCZ9 lnt
Then start it with:
lnt
Changes:
June 2 - Released v0.01
June 3 - UI fixes command line option added v0.02
June 4 - Added inventory drop-off v0.03
Will tell your turtle how to build
an amazingly wonderful tunnel for you,
with torch and chest placement if requested.
Chest(s) slot = 14
Fuel slot = 15
Torch(s) slot = 16
Minimum Length = 1
Width = 1
Height = 3
If you wish to skip the UI and start tunneller with commands directly
the format is:
<program name> <Length> <Width> <Height> [Torch Distance]
ie: lnt 16 1 3 6
This would start the tunnel with a length of 16 width of 1
height of 3 and torches spaced 6 apart. The torches can be
omitted from the line and none will be placed.
With this option tunneller assumes you have enough fuel and torches in place.
If you use the command line method it will assume you wish to use chests if the
chest slot is occupied.
If any of your numbers fail the limits of the program it will
default to normal UI operation.
ComputerCraft Posting: http://www.computerc...-nub-tunneller/
PasteBin: http://pastebin.com/xjsLsCZ9
YouTube: [media]http://youtu.be/DVF4VAfNfio[/media]
Load into turtle with:
pastebin get xjsLsCZ9 lnt
Then start it with:
lnt
Changes:
June 2 - Released v0.01
June 3 - UI fixes command line option added v0.02
June 4 - Added inventory drop-off v0.03
Edited on 04 June 2013 - 05:46 AM