removed update-names from build
This commit is contained in:
parent
d379e2d86f
commit
bba07c83dc
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@
|
|||
<copy todir="${mcpsrc.dir}/net/minecraft/src" file="${src.dir}/minecraft/net/minecraft/src/ModelPlayer.java"/>
|
||||
</target>
|
||||
|
||||
<target name="build" depends="extract-apis,copy-source,update-names" unless="already-compiled">
|
||||
<target name="build" depends="extract-apis,copy-source" unless="already-compiled">
|
||||
|
||||
<echo message="Applying Scala mcp patch..."/>
|
||||
<get src="http://machinemuse.minecraftforge.net/scalapatch.sh" dest="${mcp.dir}/conf/scalapatch.sh"/>
|
||||
|
|
Loading…
Reference in a new issue