Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/server/README_Troubleshooting_tips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REM Forge requires a configured set of both JVM and program arguments.
REM Add custom JVM arguments to the user_jvm_args.txt
REM Add custom program arguments {such as nogui} to this file in the next line before the %* or pass them to this script directly.
REM I've modified "java" to point to the absolute path, change this as required and make sure to keep the double quotes as spaces in the path require that.
"C:\some_path\jdk-17.0.13+11\bin\java.exe" @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.3.0/win_args.txt %*
"C:\some_path\jdk-17.0.13+11\bin\java.exe" @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt %*
pause


Expand Down
2 changes: 1 addition & 1 deletion src/server/settings.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
REM Don't edit these values unless you know what you are doing.
set INSTALL_JAR=forge-1.20.1-47.3.0-installer.jar
set INSTALL_JAR=forge-1.20.1-47.4.0-installer.jar
2 changes: 1 addition & 1 deletion src/server/settings.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit these values unless you know what you are doing.
export INSTALL_JAR="forge-1.20.1-47.3.0-installer.jar"
export INSTALL_JAR="forge-1.20.1-47.4.0-installer.jar"