Appearance
@loontail/minecraft-kit / InstallPhases
Variable: InstallPhases
ts
const InstallPhases: {
COMPLETED: "completed";
DOWNLOADING_ASSET_INDEX: "downloading-asset-index";
DOWNLOADING_ASSETS: "downloading-assets";
DOWNLOADING_CLIENT_JAR: "downloading-client-jar";
DOWNLOADING_LIBRARIES: "downloading-libraries";
DOWNLOADING_VERSION_MANIFEST: "downloading-version-manifest";
EXTRACTING_NATIVES: "extracting-natives";
INSTALLING_FABRIC: "installing-fabric";
INSTALLING_FORGE: "installing-forge";
INSTALLING_RUNTIME: "installing-runtime";
PLANNING: "planning";
RUNNING_FORGE_PROCESSORS: "running-forge-processors";
WRITING_FILES: "writing-files";
};Defined in: src/types/install.ts:8
Coarse-grained install phases. Used in install:phase-changed events so consumers can render a progress bar with named steps.