From 5f85589608436e614a9978299da71ba931760969 Mon Sep 17 00:00:00 2001 From: LimePotato Date: Mon, 3 Jul 2023 20:01:37 -0600 Subject: [PATCH] Bashed the client and server scripts in the ground --- test_game.sh | 1 + test_server.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/test_game.sh b/test_game.sh index e69de29..a56bec9 100644 --- a/test_game.sh +++ b/test_game.sh @@ -0,0 +1 @@ +java -Xmx1024M -Xms1024M -cp minecraft;.;bin/jinput.jar;bin/lwjgl.jar;bin/lwjgl_util.jar -Dorg.lwjgl.librarypath=%CD%/bin/natives -Dnet.java.games.input.librarypath=%CD%/bin/natives Start \ No newline at end of file diff --git a/test_server.sh b/test_server.sh index e69de29..a91d538 100644 --- a/test_server.sh +++ b/test_server.sh @@ -0,0 +1 @@ +java -Xmx1024M -Xms1024M -cp minecraft_server net.minecraft.server.MinecraftServer \ No newline at end of file