Skip to content

@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.

Type Declaration

NameTypeDefault valueDefined in
DOWNLOAD_FILE"download-file""download-file"src/types/install.ts:33
EXTRACT_NATIVE"extract-native""extract-native"src/types/install.ts:34
RUN_FORGE_PROCESSOR"run-forge-processor""run-forge-processor"src/types/install.ts:35
WRITE_LOGGING_CONFIG"write-logging-config""write-logging-config"src/types/install.ts:37
WRITE_VERSION_JSON"write-version-json""write-version-json"src/types/install.ts:36

MIT License