OS Name/Version: Ubuntu 18
Product Name/Version: 2.6.2.6 - 20250804.1
Problem Description:
FTB Ocean Block 2 installs normally, with Autoselect set in the Server JAR parameters. The problem is that in version 1.13.2, the FTB Ocean Block 2 installer does not create a jar file for NeoForge, but instead creates a run.sh script that launches the build. The script contains:
#!/usr/bin/env sh
# Forge requires a configured set of both JVM and program arguments.
# Add custom JVM arguments to the user_jvm_args.txt
# Add custom program arguments {such as nogui} to this file in the next line before the ‘$@’ or
# pass them to this script directly
‘jre/21.0.4+7-LTS/bin/java’ @user_jvm_args.txt @libraries/net/neoforged/neoforge/21.1.194/unix_args.txt nogui ‘$@’
How and where can I change the launch and use the run.sh script?