IGN: BowWhalley
Why I want to join: I have a natural interest in computers, science, physics and all things technical. I love to surround my people who "Speak my language" if you will. I'd love to see others approaches to the same problem, and how they may solve it. To help others as well as get help from others. But most importantly, I wish to join a community server.
- ComputerCraft | Programmable Computers for Minecraft
- → BowWhalley's Content
BowWhalley's Content
There have been 3 items by BowWhalley (Search limited from 10-February 22)
#267960 [1.7.10] CubeSpace Creative [CC 1.75] [24/7]
Posted by
BowWhalley
on 02 July 2017 - 08:17 AM
in
Servers
#273666 Download the entire wiki?
Posted by
BowWhalley
on 26 December 2017 - 01:28 AM
in
General
Sometimes when my internet is down, its a pain to play computercraft. As if I need help with an API, I can't access the wiki.
So I was wondering if theres anyway to download the wiki as a pdf or anything really. Any help is greatly appreciated.
Merry Boxing Day
So I was wondering if theres anyway to download the wiki as a pdf or anything really. Any help is greatly appreciated.
Merry Boxing Day
#274549 Custom Tunneling Program
Posted by
BowWhalley
on 17 January 2018 - 08:57 PM
in
Turtle Programs
When mining in my survival world, I realized I wasn't happy with the default tunnel program. So I decided to make a custom program, re-writing the program from scratch without looking at the original code.
My code may be a bit messy, but I've tried to keep it organised. I may also have added too many comments, but I guess you can never be too safe.
Some of the features were inspired by the default excavation program, such as returning to the chest when its full, or printing have far it has done so far. I've ensured the turtle is entity, sand and obsidian proof.
I'm still patching out little issues here and there, but I'd like to hear feedback for this program.
https://pastebin.com/DAL9GEcg
Usage: Mine <length> <true/false>
The final argument is another feature I added, just because I'm inpatient. If I have pre-dug, say 10 blocks. but want to expand it, instead of starting from the very start, it'll walk to the end of the pre-dug tunnel before it mines.
The turtle digs in a 3x3 pattern and I haven't made it bedrock proof as It only moves horizontally, not vertically, so as long as you're sensible where you put this, it should run fine.
Edit: Quick note, this returns items into a chest, but depending on how much you mine, you may want to empty that chest often or transfer the items, otherwise the turtle may freeze waiting for you to update.
Edit 2: Forgot to mention, this program hasn't been made to check for fuel, yet. So if you're on a server or have your settings so that your turtles require fuel to move around, please ensure they're well fueled before using this program. I plan to fix this eventually.
My code may be a bit messy, but I've tried to keep it organised. I may also have added too many comments, but I guess you can never be too safe.
Some of the features were inspired by the default excavation program, such as returning to the chest when its full, or printing have far it has done so far. I've ensured the turtle is entity, sand and obsidian proof.
I'm still patching out little issues here and there, but I'd like to hear feedback for this program.
https://pastebin.com/DAL9GEcg
Usage: Mine <length> <true/false>
The final argument is another feature I added, just because I'm inpatient. If I have pre-dug, say 10 blocks. but want to expand it, instead of starting from the very start, it'll walk to the end of the pre-dug tunnel before it mines.
The turtle digs in a 3x3 pattern and I haven't made it bedrock proof as It only moves horizontally, not vertically, so as long as you're sensible where you put this, it should run fine.
Edit: Quick note, this returns items into a chest, but depending on how much you mine, you may want to empty that chest often or transfer the items, otherwise the turtle may freeze waiting for you to update.
Edit 2: Forgot to mention, this program hasn't been made to check for fuel, yet. So if you're on a server or have your settings so that your turtles require fuel to move around, please ensure they're well fueled before using this program. I plan to fix this eventually.
- ComputerCraft | Programmable Computers for Minecraft
- → BowWhalley's Content


