https://github.com/jadedhearth/horizontal-quarry
Just another turtle digging program
https://github.com/jadedhearth/horizontal-quarry
cctweaked lua-script minecraft
Last synced: 4 months ago
JSON representation
Just another turtle digging program
- Host: GitHub
- URL: https://github.com/jadedhearth/horizontal-quarry
- Owner: JadedHearth
- License: gpl-3.0
- Created: 2021-08-25T22:22:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T15:08:25.000Z (over 1 year ago)
- Last Synced: 2025-04-04T12:52:44.785Z (about 1 year ago)
- Topics: cctweaked, lua-script, minecraft
- Language: Lua
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Horizontal Quarry
A small turtle digging program ~~I may or may not finish~~ I will not finish for the [CC:Tweaked](https://github.com/SquidDev-CC/CC-Tweaked) Minecraft mod, intended for use with Lapito's Galacticraft modpack.
I have to upload the code for testing to pastebin, so you can find the latest code for the turtles [here](https://pastebin.com/MRGKkJVL) and [here](https://pastebin.com/f1PWM7hW). Note that the code there will most likely not work (;
Created by WoodenMaxim, inspired by parts of @Helldragger's CC-Plethora-Scripts "fly.lua" and parts of the ComputerCraft defualt program "quarry".
## Installation
Copy/paste the scripts into two seperate pastes [on pastebin](https://pastebin.com) (or use mine and roll the dice on whether it works or not), and use the command ``pastebin get [pasteID] turtles/controller`` to get the code loaded onto the turtle(s) or control computer. Make sure to place the turtles 19 blocks apart (unless you change the mine width in the config variables), and to ``equip`` both a modem and a pickaxe to your turtle(s). Then, run ``turtles`` on your turtles and ``controller`` on your control computer (or whatever you called them in the original ``pastebin`` command.