Fixed builds not including textures

This commit is contained in:
Robert 2013-12-26 17:55:11 -05:00
parent 62f95b2f47
commit c6a7a22f4e

View file

@ -83,6 +83,8 @@
<fileset dir="${dir.mcp}/reobf/minecraft" includes="org/modstats/" />
<fileset dir="${dir.mcp}/reobf/minecraft" includes="icbm/" />
<fileset dir="${dir.development}resources" excludes=".git/**" />
<fileset dir="${dir.mcp}" includes="resources/" />
<fileset dir="${dir.mcp}" includes="CoreLibrary/resources/" />
</copy>
<copy todir="output" file="LICENSE.txt" />
<copy todir="output" file="build.properties" />