added new scala patch c/o chickenbones
This commit is contained in:
parent
a30d9ecbea
commit
89382b492d
1 changed files with 7 additions and 2 deletions
|
@ -303,10 +303,15 @@
|
|||
|
||||
<target name="build" depends="extract-apis,copy-source" unless="already-compiled">
|
||||
|
||||
<!--<echo message="Applying Scala patches..."/>-->
|
||||
<!--<get src="http://overminddl1.com/minecraft/mcp_update_scala3.zip" dest="${download.dir}/scalapatch.zip"/>-->
|
||||
<echo message="Applying Scala mcp patch..."/>
|
||||
<get src="http://machinemuse.minecraftforge.net/scalapatch.sh" dest="${mcp.dir}/conf/scalapatch.sh"/>
|
||||
<!--<unzip src="${download.dir}/scalapatch.zip" dest="${mcp.dir}"/>-->
|
||||
|
||||
<exec dir="${mcp.dir}/conf" executable="sh" osfamily="unix" failonerror="false">
|
||||
<arg value="scalapatch.sh"/>
|
||||
</exec>
|
||||
|
||||
|
||||
<!-- Recompile -->
|
||||
<exec dir="${mcp.dir}" executable="cmd" osfamily="windows" failonerror="true">
|
||||
<arg line="/c recompile.bat"/>
|
||||
|
|
Loading…
Reference in a new issue