Interface InstallProfile
🏷️ Properties
data optional
data: (key: string) => { client: string; server: string }The processor shared variables. The key is the name of variable to replace.
The value of client/server is the value of the variable.
Defined in: packages/installer/profile.ts:53
json
json: stringThe version json path
Defined in: packages/installer/profile.ts:39
libraries
libraries: NormalLibrary[]The required install profile libraries
Defined in: packages/installer/profile.ts:61
minecraft
minecraft: stringThe minecraft version
Defined in: packages/installer/profile.ts:47
path
path: stringThe maven artifact name: <org>:<artifact-id>:<version>
Defined in: packages/installer/profile.ts:43
processors optional
processors: PostProcessor[]The post processor. Which require java to run.
Defined in: packages/installer/profile.ts:57
profile
profile: stringThe type of this installation, like "forge"
Defined in: packages/installer/profile.ts:31
spec optional
spec: numberDefined in: packages/installer/profile.ts:27
version
version: stringThe version of this installation
Defined in: packages/installer/profile.ts:35
versionInfo optional
versionInfo: VersionLegacy format
Defined in: packages/installer/profile.ts:65