From de7a51f08d0a67a8c1d4d95c544359bbb434ecb6 Mon Sep 17 00:00:00 2001 From: pietru Date: Sat, 2 Nov 2024 10:26:38 +0100 Subject: [PATCH] update gradle --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index fed4b03..aeddd2a 100644 --- a/build.gradle +++ b/build.gradle @@ -184,6 +184,7 @@ tasks.register("runServer", JavaExec) { // We need to build the jar before we can actually run dependsOn "jar" + standardInput = System.in // We need to use Quilt's main class so that we can actually modify the game mainClass = "dev.crmodders.cosmicquilt.loader.knot.KnotServer" // Tells this task the dependencies needed for it to run properly.