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: string
The 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: string
The minecraft version
Defined in: packages/installer/profile.ts:47
path
path: string
The 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: string
The type of this installation, like "forge"
Defined in: packages/installer/profile.ts:31
spec optional
spec: number
Defined in: packages/installer/profile.ts:27
version
version: string
The version of this installation
Defined in: packages/installer/profile.ts:35
versionInfo optional
versionInfo: Version
Legacy format
Defined in: packages/installer/profile.ts:65