Change forge run dir from "eclipse" to "run"
I don't even know why it was at "eclipse" in the first place.
This commit is contained in:
@@ -127,7 +127,7 @@ if (FABRIC) {
|
|||||||
if (FG3) {
|
if (FG3) {
|
||||||
runs {
|
runs {
|
||||||
client {
|
client {
|
||||||
workingDirectory rootProject.file('eclipse')
|
workingDirectory rootProject.file('run')
|
||||||
property 'forge.logging.console.level', 'info'
|
property 'forge.logging.console.level', 'info'
|
||||||
mods {
|
mods {
|
||||||
replaymod {
|
replaymod {
|
||||||
@@ -140,7 +140,7 @@ if (FABRIC) {
|
|||||||
if (mcVersion >= 10800) {
|
if (mcVersion >= 10800) {
|
||||||
coreMod = 'com.replaymod.core.LoadingPlugin'
|
coreMod = 'com.replaymod.core.LoadingPlugin'
|
||||||
}
|
}
|
||||||
runDir = "../../eclipse"
|
runDir = "../../run"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!FG3) {
|
if (!FG3) {
|
||||||
|
|||||||
Reference in New Issue
Block a user