updated build info
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
parent
0b5bbb7dc1
commit
871634c772
2 changed files with 5 additions and 5 deletions
|
@ -74,7 +74,7 @@ public class mod_pocketDim
|
|||
{
|
||||
|
||||
|
||||
public static final String version = "1.5.1R1.3.5RC3";
|
||||
public static final String version = "1.5.2R1.3.6RC1";
|
||||
public static final String modid = "DimensionalDoors";
|
||||
|
||||
//need to clean up
|
||||
|
|
|
@ -7,16 +7,16 @@
|
|||
<property name="build.dir" value="build" />
|
||||
<property name="classes.dir" value="${build.dir}/packaging" />
|
||||
<property name="src.dir" value="src" />
|
||||
<property name="forge.version" value="1.5.1-7.7.1.617" />
|
||||
<property name="forge.version" value="1.5.2-7.8.0.691" />
|
||||
<property name="forge.url" value="http://files.minecraftforge.net/minecraftforge/minecraftforge-src-${forge.version}.zip" />
|
||||
<property name="mcp.version" value="744" />
|
||||
<property name="mcp.version" value="751" />
|
||||
<property name="forge.dir" value="${build.dir}/forge" />
|
||||
<property name="mcp.dir" value="${forge.dir}/mcp" />
|
||||
<property name="mcpsrc.dir" value="${mcp.dir}/src/minecraft" />
|
||||
<property name="resources.dir" value="resources" />
|
||||
|
||||
<property name="package.meta-inf" value="META-INF" />
|
||||
<property name="build.ver" value="1.5.1" />
|
||||
<property name="build.ver" value="1.5.2" />
|
||||
<property name="dist.dir" value="${build.dir}/dist" />
|
||||
|
||||
<property name="download.dir" value="downloads" />
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
<property file="${forge.dir}/forgeversion.properties" />
|
||||
<condition property="forge.already.installed">
|
||||
<equals arg1="${forge.build.number}" arg2="617" />
|
||||
<equals arg1="${forge.build.number}" arg2="691" />
|
||||
</condition>
|
||||
|
||||
<property name="verclass.dir" value="${mcpsrc.dir}/StevenDimDoors/mod_pocketDim/" />
|
||||
|
|
Loading…
Reference in a new issue