Posted 22 April 2012 - 05:09 PM
An updated version of this script has been posted here: http://www.computercraft.info/forums2/index.php?/topic/1399-stairs-and-stairwells/. Please see this thread for any updates.
I have created a stairs digging program where you can set the width, height, depth, and railing width. Try it out and let me know if you find any bugs.
Program description: stairs <width> <height> <depth> <railing width>
- width = number of blocks wide excluding the railing
- height = number of blocks from stair to ceiling
- depth = number of block deep to go
- railing width = number of blocks to the side of the stairs the rails should be wide. The railing is always 1 block high. Zero may be passed in for no railing.
Note: Also the program digs a 1 block landing at the bottom that is as wide as the stairs and railing and as tall as the height.
I have created a stairs digging program where you can set the width, height, depth, and railing width. Try it out and let me know if you find any bugs.
Program description: stairs <width> <height> <depth> <railing width>
- width = number of blocks wide excluding the railing
- height = number of blocks from stair to ceiling
- depth = number of block deep to go
- railing width = number of blocks to the side of the stairs the rails should be wide. The railing is always 1 block high. Zero may be passed in for no railing.
Note: Also the program digs a 1 block landing at the bottom that is as wide as the stairs and railing and as tall as the height.