Skip to content

helix / RawProfile

Interface: RawProfile

Defined in: versions/raw-profile.ts:29

The raw mcmeta-derived data persisted alongside each version, as JSON.

Properties

commands

commands: BrigadierNode

Defined in: versions/raw-profile.ts:39


dataPackVersion

dataPackVersion: number

Defined in: versions/raw-profile.ts:32


dataPackVersionMinor?

optional dataPackVersionMinor?: number

Defined in: versions/raw-profile.ts:33


dataVersion

dataVersion: number

Defined in: versions/raw-profile.ts:31


id

id: string

Defined in: versions/raw-profile.ts:30


registries

registries: Record<string, string[]>

Defined in: versions/raw-profile.ts:38

mcmeta registry key -> ids WITHOUT the minecraft: namespace.


resourcePackVersion?

optional resourcePackVersion?: number

Defined in: versions/raw-profile.ts:35

Resource-pack format (distinct from the datapack one); falls back to the data format.


resourcePackVersionMinor?

optional resourcePackVersionMinor?: number

Defined in: versions/raw-profile.ts:36

Released under the MIT License · Credits