1 posts
Posted 10 January 2013 - 02:16 PM
I recently saw Guude's 13th mindcrack FTB episode and he showed a program where turtles break blocks then replaces it with cobble to build a wall. Here is a link to the video
http://www.youtube.com/watch?v=kJUImb14IMA. Skipe to about 10:30.
Please can someone make a script that does this and put it on pastebin? I would truely appreciate it!
1243 posts
Location
Indiana, United States
Posted 10 January 2013 - 02:25 PM
I recently saw Guude's 13th mindcrack FTB episode and he showed a program where turtles break blocks then replaces it with cobble to build a wall. Here is a link to the video
http://www.youtube.c...?v=kJUImb14IMA. Skipe to about 10:30.
Please can someone make a script that does this and put it on pastebin? I would truely appreciate it!
This is not for Lua script requests, if you bothered to read the description of the subforum. This is for additions to the mod itself.
7508 posts
Location
Australia
Posted 10 January 2013 - 02:27 PM
additionally most people on this forum aren't here to do work for someone. In the 'Ask a Pro' section we can help you with code when you encounter problems, but again we aren't here to do it for you.
2005 posts
Posted 10 January 2013 - 08:09 PM
Of course, once this thread is moved to Ask a Pro,
someone will provide the script, so here it is.
turtle.dig()
turtle.place()
Yeah, it's basically that easy.