Remove unnecessary files + change the launch script to use /bin/sh instead of /bin/bash
This commit is contained in:
parent
ca6a8aba12
commit
6d94ab1f11
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ build/
|
|||||||
run/*
|
run/*
|
||||||
!run/launch.sh
|
!run/launch.sh
|
||||||
.idea
|
.idea
|
||||||
|
.vscode
|
@ -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
|
java -Dfabric.skipMcProvider=true -classpath "helloworld-1.0.0.jar:modloader-1.0.0.jar:deps/*" net.fabricmc.loader.launch.knot.KnotClient
|
Loading…
Reference in New Issue
Block a user