Posted 09 November 2015 - 01:27 PM
So I wanted to move items from my mine into the main part of my base and decided to 'pipe' them with the quadracopters mod.
Thus this program was made. It's designed to run on startup with a redstone signal to detect items in the input chest (using a comparator), however there is an option to run it without redstone.
My favourite feature is that if there are no items to move then it won't send quadracopters. Or maybe it's the fact that it will distribute the quadracopters evenly. I can't decide, I guess it's a good thing that this program does both.
Everything you may need to change is at the top of the file. An understanding of how to control quadracopters is required. (It's quite like the go command on turtles. The mod thread has a guide.)
Installing
install it with pastebin get LZ7Ks57A quadPipe
to view the accepted args, run quadPipe -h
License: MIT
If you like it then give me a +1
Yes I know that my base is messy, I'm working on it.
Thus this program was made. It's designed to run on startup with a redstone signal to detect items in the input chest (using a comparator), however there is an option to run it without redstone.
My favourite feature is that if there are no items to move then it won't send quadracopters. Or maybe it's the fact that it will distribute the quadracopters evenly. I can't decide, I guess it's a good thing that this program does both.
Everything you may need to change is at the top of the file. An understanding of how to control quadracopters is required. (It's quite like the go command on turtles. The mod thread has a guide.)
Installing
install it with pastebin get LZ7Ks57A quadPipe
to view the accepted args, run quadPipe -h
License: MIT
If you like it then give me a +1
Yes I know that my base is messy, I'm working on it.
Edited on 13 April 2016 - 05:44 PM