Skip to content

Interface InstallProfile

🏷️ Properties

data optional

ts
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

ts
json: string

The version json path

Defined in: packages/installer/profile.ts:38

libraries

ts
libraries: NormalLibrary[]

The required install profile libraries

Defined in: packages/installer/profile.ts:60

minecraft

ts
minecraft: string

The minecraft version

Defined in: packages/installer/profile.ts:46

path

ts
path: string

The maven artifact name: <org>:<artifact-id>:<version>

Defined in: packages/installer/profile.ts:42

processors optional

ts
processors: PostProcessor[]

The post processor. Which require java to run.

Defined in: packages/installer/profile.ts:56

profile

ts
profile: string

The type of this installation, like "forge"

Defined in: packages/installer/profile.ts:30

spec optional

ts
spec: number

Defined in: packages/installer/profile.ts:26

version

ts
version: string

The version of this installation

Defined in: packages/installer/profile.ts:34

versionInfo optional

ts
versionInfo: Version

Legacy format

Defined in: packages/installer/profile.ts:64