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:
Jonas Herzig
2020-07-13 15:07:58 +02:00
parent f83216ab91
commit dc31605b29

View File

@@ -127,7 +127,7 @@ if (FABRIC) {
if (FG3) {
runs {
client {
workingDirectory rootProject.file('eclipse')
workingDirectory rootProject.file('run')
property 'forge.logging.console.level', 'info'
mods {
replaymod {
@@ -140,7 +140,7 @@ if (FABRIC) {
if (mcVersion >= 10800) {
coreMod = 'com.replaymod.core.LoadingPlugin'
}
runDir = "../../eclipse"
runDir = "../../run"
}
if (!FG3) {