MForge
MForge
is wrapper of Forge installer.
Event Handlers
For FileChanged
and ProgressChanged
, see Event Handling.
With InstallerOutput
, you can get logs from the forge installer. For example:
Install Methods
Install(string mcVersion, bool forceUpdate = false)
Install the best Forge version for the given mcVersion
. The best Forge version is determined by following rule:
Recommended version
Latest version
First version
Install(string mcVersion, string forgeVersion, bool forceUpdate = false)
Install the specific Forge version.
forceUpdate: true
Installer checks if the Forge version is already installed and skip installation if exists. However with forceUpdate: true
option, The installer does not skip installation and always install and overwrite existing version.
AD
MForge
will show the ad page after a successful installation. Official Forge installer has below message:
If you don't want this, Modify MForge source code by yourself.
Last updated