Skip to content

@loontail/minecraft-kit v0.5.0 / 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";
};

Action kinds inside an InstallPlan.

Type declaration

MemberTypeValue
DOWNLOAD_FILE"download-file""download-file"
EXTRACT_NATIVE"extract-native""extract-native"
RUN_FORGE_PROCESSOR"run-forge-processor""run-forge-processor"
WRITE_LOGGING_CONFIG"write-logging-config""write-logging-config"
WRITE_VERSION_JSON"write-version-json""write-version-json"

Source

src/types/install.ts:25

MIT License