diff --git a/src/minecraft/fluidmech/common/FluidMech.java b/src/minecraft/fluidmech/common/FluidMech.java index 7ac53dd2..d6e609f9 100644 --- a/src/minecraft/fluidmech/common/FluidMech.java +++ b/src/minecraft/fluidmech/common/FluidMech.java @@ -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";