Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikkadev/computercraft
collection of custom scripts written in Lua for ComputerCraft turtles
https://github.com/dikkadev/computercraft
Last synced: 3 days ago
JSON representation
collection of custom scripts written in Lua for ComputerCraft turtles
- Host: GitHub
- URL: https://github.com/dikkadev/computercraft
- Owner: dikkadev
- Created: 2023-05-22T11:11:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-23T01:31:52.000Z (over 1 year ago)
- Last Synced: 2024-12-22T05:10:25.870Z (6 days ago)
- Language: Lua
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lua Turtle Programs for ComputerCraft
## Introduction
This repository hosts a collection of custom scripts written in Lua for ComputerCraft turtles. These scripts have been crafted with the goal of enhancing the productivity and automation of your Minecraft experience. Note that these scripts are written without considering fuel limitations, so ensure your turtles are adequately powered.
## Scripts
Here's a brief description of the scripts included in this repository:
1. `movement.lua`: This is a library script that aids in tracking movement and includes various convenience functions. This code is utilized by all other scripts in this repository.
2. `quarry.lua`: This is a dynamic quarry program that allows the user to define the quarry size. It comes with an optional trash filtering mechanism, helping you keep only the valuables.
3. `sugarCane.lua`: A specialized script that navigates through a sugarcane farm and crafts paper directly. The navigation process is guided by block indicators: deepslate block indicates a right turn, cobblestone signals a left turn, and a dirt block signifies the end of the farm.
4. `treeFarm.lua`: An efficient spruce tree farming script. This script can utilize bonemeal, if available, to speed up the tree growth.
## Pastebin IDs
| Script | Pastebin ID | Download command |
| ------------- | ----------- | -------------------------------- |
| movement.lua | LSwPjTaK | _no standalone functionalities_ |
| quarry.lua | 5Uuk8Z8p | `pastebin get 5Uuk8Z8p quarry` |
| sugarCane.lua | Tdhw6wt8 | `pastebin get Tdhw6wt8 paper` |
| treeFarm.lua | MM07E0gz | `pastebin get MM07E0gz treeFarm` |