Update CompoundTag.class: Replace the existing binary file with an updated version to ensure compatibility and improve functionality.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
mkdir -p logs
|
||||
|
||||
echo "Starting server in background (no GUI)..."
|
||||
nohup java @user_jvm_args.txt @libraries/net/neoforged/neoforge/21.1.228/unix_args.txt nogui "$@" >> logs/server-headless.log 2>&1 &
|
||||
echo $! > server.pid
|
||||
|
||||
echo "Server started with PID $(cat server.pid)"
|
||||
echo "Log file: logs/server-headless.log"
|
||||
Reference in New Issue
Block a user