narc0tiq / LiquidUU

Minecraft mod for turning IC2's UU-matter into a Buildcraft-compatible liquid.
http://www.narc.ro/liquid-uu
Other
2 stars 2 forks source link

This is a Minecraft mod.

It depends on IC2 and Buildcraft, and optionally integrates with Forestry, Not Enough Items and Thermal Expansion.

It makes UU-Matter from IC2 into a liquid, for use with liquid pipes and tanks. It also makes the Buildcraft refinery able to use liquid UUM and other liquids to duplicate those liquids. It further allows (most) IC2 basic machines, as well as any willing to use the API, to use liquid UUM as a processing accelerator, to speed up automated processing at a reasonable cost.

The canonical place to get information on LiquidUU is its thread on the IC2 forum.

Retirement Notice

As of 2013-08-26, LiquidUU is officially retired. My reasoning is as follows:

If anyone is interested in taking over the maintenance of this mod (I'm not sure why you would), please feel free to contact me in some way and I'll help you pick it up.

Compiling

To compile this mod, you will need a working MCP+Forge+MCPDeobfuscate install with mcp_interface plugged in. Instructions for that are in the README.txt files provided in both branches of the mcp_deobfuscate repository. You may also like the instructions I've written for setting up MCP+Forge+mcp_deobfuscate projects to automatically build with Jenkins.

Note that, for a successful compile, you will need all of IC2, Buildcraft, Forestry, NEI, and Thermal Expansion to be present in your lib/ folder -- the simplest way to do this is just to copy them out of your minecraft {core,}mods/ into lib-obf/, and let deobfuscate_libs.py make them usable and put them in the right place. Further note that CodeChickenCore is not required -- the compile process does not need it.

Once you're set up, just clone this repository into your brand new mods/ directory, and don't forget to also clone NarcLib, as it is a dependency. After that, a simple "python runtime/recompile_mods.py LiquidUU" will create the package for you, just like the readme of mcp_interface says.

License

This mod is open-source under the terms of the Minecraft Mod Public License, version 1.0.1, included in this package as LICENSE.md.