Merge pull request #198 from calclavia/patch-1
Fixes Mekanism causing constant broken builds
This commit is contained in:
commit
fdb05ab9eb
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
<delete dir="${dir.development}/forge"/>
|
||||
|
||||
<copy todir="${dir.development}">
|
||||
<fileset dir="../NEI/"/>
|
||||
<fileset dir="../Minecraft Forge Latest/"/>
|
||||
</copy>
|
||||
|
||||
<copy todir="${dir.mcp}/src/minecraft">
|
||||
|
@ -108,4 +108,4 @@
|
|||
|
||||
<copy todir="output" file="build.properties"/>
|
||||
</target>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue