update gradle
All checks were successful
/ Auto-Build-App (push) Successful in 7m41s

This commit is contained in:
pietru 2024-11-02 10:26:38 +01:00
parent 116a5c0db4
commit de7a51f08d

View file

@ -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.