pub fn build_fabric_launch_command(
    version_data: &VersionData,
    fabric_version_data: &FabricVersionData,
    launch_options: &LaunchOptions,
    minecraft_path: impl AsRef<Path>,
    libraries_path: impl AsRef<Path>,
    assets_path: impl AsRef<Path>,
    natives_path: impl AsRef<Path>,
    log_configs_path: impl AsRef<Path>
) -> Command
Available on crate feature fabric only.
Expand description

Builds the launch command for Minecraft. The game needs to be installed to launch.