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