Skip to content

This is the SMP-Dev version with additional features for the minecraft modification Logistics Pipes.

License

Notifications You must be signed in to change notification settings

Nefsen402/LogisticsPipes-Dev

 
 

Repository files navigation

#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

Releases

Developer builds Note: Developer builds are not always stable.

##Builds

[Jenkins](http:https://ci.thezorro266.com/view/Logistics Pipes/)

###Building

  1. Clone this repo to a folder named src inside an empty folder
  2. Run ant setup or ant vars package-simple if you want to keep mcp/forge instance, but setup must be performed before

###Developing

  1. 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
  2. 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
  3. Setup your IDE for lombok
  4. Get all the APIs and add them as source
    • ComputerCraft API
    • Forestry API
    • IndustrialCraft 2 API
    • Thaumcraft API
    • Thermal Expansion API
  5. Copy the LogisticsPipes_dummy.jar into your projects "mods" folder so that the ClassTransformer can get loaded.

About

This is the SMP-Dev version with additional features for the minecraft modification Logistics Pipes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%