Guest User

Run file

a guest
Jan 27th, 2025
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #!/usr/bin/env sh
  2. # Forge requires a configured set of both JVM and program arguments.
  3. # Add custom JVM arguments to the user_jvm_args.txt
  4. # Add custom program arguments {such as nogui} to this file in the next line before the "$@" or
  5. # pass them to this script directly
  6. -Djava.awt.headless=true
  7. java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.3.25/unix_args.txt "$@"
Advertisement
Add Comment
Please, Sign In to add comment