updated info
This commit is contained in:
parent
05de063080
commit
ae67929812
1 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue