https://github.com/ghostdevv/mining-turtle
https://github.com/ghostdevv/mining-turtle
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostdevv/mining-turtle
- Owner: ghostdevv
- License: mit
- Created: 2024-01-11T21:44:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T23:04:30.000Z (about 2 years ago)
- Last Synced: 2025-02-14T02:54:22.899Z (about 1 year ago)
- Language: Lua
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mining Turtle
A simple script to mine an area, builds on the idea of the `tunnel` command but allows for the size area to be defined.
## Installation
```bash
wget https://raw.githubusercontent.com/ghostdevv/mining-turtle/main/mine.lua
```
## Usage
The turtle must be placed in the bottom left corner facing the direction you want to mine. It'll also automatically refuel on startup.
```bash
mine
```