Posted 31 December 2012 - 08:13 PM
Hello, I am new here. I have been playing with Tekkit for over a year now and I just started to get into the Computer Craft stuff and I am trying to make a turtle place a single layer of blocks across a 24X40 block area. Could someone help me write the program? I tried to do something like
turtle.moveBack()
turtle.place()
But it doesn't work and I cant make it do a 24X40 area. Any help would be appreciated. It wouldn't be bad to have it remove the next block behind it to so I don't have to clear the layer of blocks before putting the turtle down. Maybe at the start of the program it would dig down one block then dig behind it then place one in front then dig behind again then place and so fourth. I suppose it would have to not pick up the blocks it is digging so its inventory doesn't get full.
Thankyou. :D/>
turtle.place()
turtle.moveBack()
turtle.place()
But it doesn't work and I cant make it do a 24X40 area. Any help would be appreciated. It wouldn't be bad to have it remove the next block behind it to so I don't have to clear the layer of blocks before putting the turtle down. Maybe at the start of the program it would dig down one block then dig behind it then place one in front then dig behind again then place and so fourth. I suppose it would have to not pick up the blocks it is digging so its inventory doesn't get full.
Thankyou. :D/>