Appearance
@loontail/minecraft-kit / InstallActionKinds
Variable: InstallActionKinds
ts
const InstallActionKinds: {
DOWNLOAD_FILE: "download-file";
EXTRACT_NATIVE: "extract-native";
RUN_FORGE_PROCESSOR: "run-forge-processor";
WRITE_LOGGING_CONFIG: "write-logging-config";
WRITE_VERSION_JSON: "write-version-json";
};Defined in: src/types/install.ts:32
Action kinds inside an InstallPlan.