Interface InstallProfile
🏷️ Properties
data optional
data: Object
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:52
json
json: string
The version json path
Defined in: packages/installer/profile.ts:38
libraries
libraries: NormalLibrary[]
The required install profile libraries
Defined in: packages/installer/profile.ts:60
minecraft
minecraft: string
The minecraft version
Defined in: packages/installer/profile.ts:46
path
path: string
The maven artifact name: <org>:<artifact-id>:<version>
Defined in: packages/installer/profile.ts:42
processors optional
processors: PostProcessor[]
The post processor. Which require java to run.
Defined in: packages/installer/profile.ts:56
profile
profile: string
The type of this installation, like "forge"
Defined in: packages/installer/profile.ts:30
spec optional
spec: number
Defined in: packages/installer/profile.ts:26
version
version: string
The version of this installation
Defined in: packages/installer/profile.ts:34
versionInfo optional
versionInfo: Version
Legacy format
Defined in: packages/installer/profile.ts:64