url address update
This commit is contained in:
parent
df95553cb1
commit
05de063080
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<<project name="Fluid%20Mechanics" default="build">
|
||||
|
||||
<project name="Fluid%20Mechanics" default="build">
|
||||
|
||||
<property file="build.properties" />
|
||||
<property environment="env" />
|
||||
|
|
|
@ -199,7 +199,7 @@ public class FluidMech extends DummyModContainer
|
|||
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.url = "http://universalelectricity.com/?m=fluid_mechanics";
|
||||
meta.url = "http://www.universalelectricity.com/fluidmechanics";
|
||||
|
||||
meta.logoFile = "/EELogo.png";
|
||||
meta.version = FluidMech.VERSION;
|
||||
|
|
Loading…
Reference in a new issue