Add initial support for Fabric #2

Merged
jiriks74 merged 3 commits from add_fabric_support into main 2023-02-27 05:44:07 +01:00
Showing only changes of commit 7cb94c80a2 - Show all commits

@ -199,7 +199,7 @@ function launch_server {
echo "Starting the server..."
echo
echo
java $java_launchoptions -jar "$(echo $server_file)" $mc_launchoptions
java $java_launchoptions -jar $server_file $mc_launchoptions
}
# Helper scripts update