Updated build.xml to support 1.4.2

I changed the MCP version and the forge version. I am not sure what version of builcraft to use so you will need to change that.
This commit is contained in:
wisesascha 2012-10-26 22:36:46 -07:00
parent aab9ce0509
commit 8e304245ab

View file

@ -17,8 +17,8 @@
<property name="mcpsrc.dir" value="${mcp.dir}/src/minecraft"/>
<property name="mcp.version" value="72"/>
<property name="forge.version" value="4.1.4.287"/>
<property name="mcp.version" value="719"/>
<property name="forge.version" value="6.0.1.337"/>
<property name="bc.version" value="3.1.8"/>
<available property="forge-exists" file="${download.dir}/minecraftforge-src-${forge.version}.zip"/>