Skip to main content

install_forge

Function install_forge 

Source
pub async fn install_forge(
    mc_version: &str,
    forge_version: Option<&str>,
    instance_name: &str,
    java_path: &Path,
    base_dir: &Path,
) -> Result<()>
Expand description

Install Forge. forge_version = None uses the newest version.