Moved run directory to root of the project

This commit is contained in:
coolGi
2023-10-03 23:41:23 +10:30
parent 7fb021010c
commit c3103810db
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,13 +11,13 @@ loom {
client()
setConfigName("Fabric Client")
ideConfigGenerated(true)
runDir("run")
runDir("../run")
}
server {
server()
setConfigName("Fabric Server")
ideConfigGenerated(true)
runDir("run")
runDir("../run")
}
}
}