updated info

This commit is contained in:
Rseifert 2013-04-11 02:24:25 -04:00
parent 05de063080
commit ae67929812

View file

@ -197,7 +197,13 @@ public class FluidMech extends DummyModContainer
/* MCMOD.INFO FILE BUILDER? */
meta.modId = FluidMech.MOD_ID;
meta.name = FluidMech.MOD_NAME;
meta.description = "Simple liquid and mechanical handling support system. Adds pumps, pipes, tanks, and tools to work with liquids";
meta.description = "Fluid Mechanics is a combination between supporting fluid handling and mechanical energy handling system. " +
"Its designed to help other mods move there liquids to using a universal liquid system managed by forge. As a bonus it also " +
"comes with suppot to help mods move energy by means of mechanics motion along rods. This mod by itself doesn't offer much more " +
"than basic liquid storage, placement, and removel in the world. Its suggest to download other mods that supports the Forge's " +
"LiquidDictionary. " +
"\n" +
"Suported Power systems: Universal Electric ";
meta.url = "http://www.universalelectricity.com/fluidmechanics";