Jars now build directly into the diet folder
This commit is contained in:
parent
c4c3b0ecca
commit
0de78ea19f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<property name="src.dir" value="BiomesOPlenty" />
|
<property name="src.dir" value="BiomesOPlenty" />
|
||||||
<property name="build.dir" value="build" />
|
<property name="build.dir" value="build" />
|
||||||
<property name="download.dir" value="download" />
|
<property name="download.dir" value="download" />
|
||||||
<property name="jar.dir" value="dist/${mc.version}/${mod.version}-${mod.build}" />
|
<property name="jar.dir" value="dist" />
|
||||||
<property name="forge.dir" value="${build.dir}/forge" />
|
<property name="forge.dir" value="${build.dir}/forge" />
|
||||||
<property name="fmp.dir" value="${build.dir}/fmp" />
|
<property name="fmp.dir" value="${build.dir}/fmp" />
|
||||||
<property name="mcp.dir" value="${forge.dir}/mcp" />
|
<property name="mcp.dir" value="${forge.dir}/mcp" />
|
||||||
|
|
Loading…
Reference in a new issue