fragment_collection_config
Global fragment collection settings — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | fragment_collection_config |
| Type | Misc |
| Color | Purple |
| Icon | mdi:puzzle |
Fields
| Field | Type | Description |
|---|---|---|
artifactId | String | Unique artifact ID for player fragment storage. |
defaultFragmentItem | Item | Default item used for fragment representation in quest codex. |
fragmentFoundSound | Sound | Sound played when a fragment is collected. |
groupCompletedSound | Sound | Sound played when all fragments in a group are collected. |
fragmentFoundParticles | List<Particle> | Particles spawned when a fragment is found. |
groupCompletedParticles | List<Particle> | Particles spawned when a group is completed. |
Usage Example
- entry: fragment_collection_config
name: "Global fragment collection settings"
artifactId: ""
defaultFragmentItem: ""
fragmentFoundSound: ""
groupCompletedSound: ""
fragmentFoundParticles: []
groupCompletedParticles: []