Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| games:minecraft:public:computer_craft:notable_turtle_programs [2023/03/05 01:14] – clay | games:minecraft:public:computer_craft:notable_turtle_programs [2023/03/13 16:31] (current) – clay | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| updated fork = https:// | updated fork = https:// | ||
| + | |||
| + | another fork = https:// | ||
| ---- | ---- | ||
| Line 238: | Line 240: | ||
| end | end | ||
| </ | </ | ||
| + | Here's how the updated script works: | ||
| + | * The script defines a new returnToStart() function that the turtle will use to return to its starting point, drop off its items, and pull a stack of coal from a chest. | ||
| + | * | ||
| + | * After the mining is complete, the script calls the returnToStart() function again to drop off any remaining items. | ||
| + | * | ||
| + | * | ||
| ===== Other ===== | ===== Other ===== | ||