You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Awesome. That's gonna be fun to track down on a 400 mod server lol. Now say i do manage to narrow it down and find the mod responsible, how would one go about changing it so it no longer does what it is doing?
Here in this case, it disables java graphical display features
A server does not have a "display" or GUI - so with this line you disable these features
I think it is some kind of linux thing
https://www.oracle.com/technical-resources/articles/javase/headless.html
Put this line into the user_jvm_args.txt
Or try
java -Djava.awt.headless=true @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.3.25/unix_args.txt "$@"
pause
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.