This commit is contained in:
parent
116a5c0db4
commit
de7a51f08d
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ tasks.register("runServer", JavaExec) {
|
||||||
// We need to build the jar before we can actually run
|
// We need to build the jar before we can actually run
|
||||||
dependsOn "jar"
|
dependsOn "jar"
|
||||||
|
|
||||||
|
standardInput = System.in
|
||||||
// We need to use Quilt's main class so that we can actually modify the game
|
// We need to use Quilt's main class so that we can actually modify the game
|
||||||
mainClass = "dev.crmodders.cosmicquilt.loader.knot.KnotServer"
|
mainClass = "dev.crmodders.cosmicquilt.loader.knot.KnotServer"
|
||||||
// Tells this task the dependencies needed for it to run properly.
|
// Tells this task the dependencies needed for it to run properly.
|
||||||
|
|
Loading…
Reference in a new issue