Skip to content

Commit

Permalink
fix: use right args for neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Feb 22, 2024
1 parent 0f8ba1f commit a682303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/usr/bin/container
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ pushd ${MINECRAFT_GAME_DIR} >/dev/null
fi

echo "> starting minecraft server"
exec ${STARTCMD} ${JAVA_OPTS} @libraries/net/minecraftforge/forge/${MINECRAFT_VERSION}-${FORGE_VERSION}/unix_args.txt ${MINECRAFT_OPTS}
exec ${STARTCMD} ${JAVA_OPTS} @libraries/net/neoforged/forge/${MINECRAFT_VERSION}-${FORGE_VERSION}/unix_args.txt ${MINECRAFT_OPTS}
popd >/dev/null

0 comments on commit a682303

Please sign in to comment.