From 6d94ab1f110d31b842d1ae14c934921a95d8c05b Mon Sep 17 00:00:00 2001 From: pixtaded Date: Sun, 29 Dec 2024 17:58:10 +0300 Subject: [PATCH] Remove unnecessary files + change the launch script to use /bin/sh instead of /bin/bash --- .gitignore | 3 ++- run/launch.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4fa6c89..5dab04d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ build/ *.log run/* !run/launch.sh -.idea \ No newline at end of file +.idea +.vscode \ No newline at end of file diff --git a/run/launch.sh b/run/launch.sh index 2537833..78cd990 100644 --- a/run/launch.sh +++ b/run/launch.sh @@ -1,2 +1,2 @@ -#!/bin/bash +#!/bin/sh java -Dfabric.skipMcProvider=true -classpath "helloworld-1.0.0.jar:modloader-1.0.0.jar:deps/*" net.fabricmc.loader.launch.knot.KnotClient \ No newline at end of file