#LogisticsPipes
Logistics Pipes is an extensive overhaul of the Buildcraft pipe system. It allows for better distribution of items via pipes, more organised stockkeeping and easier automated crafting.
Look into the Minecraft Forum Thread for more information. We advise anyone who is not a developer to go there.
You are free to use this mod in your modpack, because its released under the MMPL.
If you want to understand the sheer amount of changes we have made to the source, you can use Gource
Credits for the code go to all contributors. Credits for the idea and basic code go to Krapht.
##Download
Developer builds Note: Developer builds are not always stable.
##Builds
[Jenkins](http://ci.thezorro266.com/view/Logistics Pipes/)
###Building
- Clone this repo to a folder named src inside an empty folder
- Run
ant setup
orant vars package-simple
if you want to keep mcp/forge instance, but setup must be performed before
###Developing
- Set up Minecraft Forge and your IDE
- Add forge/mcp/src/minecraft as source
- Add all the libraries that come with Forge/Minecraft to the build path
- Clone this repo and the BuildCraft repo
- Add /common as source
- Add /buildcraft_resources as source
- Add /common as source
- Add /dummy as source
- Add /resources as source
- Setup your IDE for
lombok
- Get all the APIs and add them as source
- ComputerCraft API
- Forestry API
- IndustrialCraft 2 API
- Thaumcraft API
- Thermal Expansion API
- Copy the LogisticsPipes_dummy.jar into your projects "mods" folder so that the ClassTransformer can get loaded.