Fixed builds not including textures
This commit is contained in:
parent
62f95b2f47
commit
c6a7a22f4e
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@
|
||||||
<fileset dir="${dir.mcp}/reobf/minecraft" includes="org/modstats/" />
|
<fileset dir="${dir.mcp}/reobf/minecraft" includes="org/modstats/" />
|
||||||
<fileset dir="${dir.mcp}/reobf/minecraft" includes="icbm/" />
|
<fileset dir="${dir.mcp}/reobf/minecraft" includes="icbm/" />
|
||||||
<fileset dir="${dir.development}resources" excludes=".git/**" />
|
<fileset dir="${dir.development}resources" excludes=".git/**" />
|
||||||
|
<fileset dir="${dir.mcp}" includes="resources/" />
|
||||||
|
<fileset dir="${dir.mcp}" includes="CoreLibrary/resources/" />
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="output" file="LICENSE.txt" />
|
<copy todir="output" file="LICENSE.txt" />
|
||||||
<copy todir="output" file="build.properties" />
|
<copy todir="output" file="build.properties" />
|
||||||
|
|
Loading…
Reference in a new issue