Pipe Dream is a program that allows you to create virtual "pipes" between inventories in Minecraft. Setting up a pipe is very simple, and the computer will take care of moving items between the inventories for you.
To install Pipe Dream, simply run the following command in the ComputerCraft Shell:
wget run https://raw.githubusercontent.com/Fatboychummy-CC/pipe-dream/main/installer.lua
Follow the instructions on the screen to complete the installation.
Pipe Dream is a GUI-based program, but all inputs are done using the keyboard. Controls for each section are usually at the top of the page, but for the most part you can use shift+tab to go back, tab to go forward, enter to confirm, and the arrow keys to navigate.
See the wiki (not yet set up) for more information on how to use Pipe Dream.
Pipe Dream is licensed under the MIT License. See the LICENSE file for more information.
If you would like to contribute to Pipe Dream, please fork the repository and submit a pull request, or just make an issue if you have a suggestion/bug to report.
-
Pipe Dream was created by me (Fatboychummy).
-
PrimeUI was created by @MCJack123, and is licensed under CC0. PrimeUI has been slightly modified for use with this program.
-
file_helper.lua
,logging.lua
, andthready.lua
are created by me, and are licensed under The Unlicense. They can be found on my Libraries repository, along with several other libraries. -
installer.lua
is created by me, and is licensed under The Unlicense. It can be found on my etc-programs repository, along with several other programs.