18 lines
381 B
Markdown
18 lines
381 B
Markdown
# Quests Panel
|
|
## Quests new variables
|
|
```js
|
|
{
|
|
"quests": {
|
|
"id": "datapackID:questID",
|
|
"displayName": "items.materials.original.quest.quest_name",
|
|
"description": "items.materials.original.quest.quest_name.desc",
|
|
"repeatable": boolean,
|
|
"questType": String,
|
|
"requiredDone": [],
|
|
"unlockRequirements": [],
|
|
"onFinish": [],
|
|
"meta": {
|
|
}
|
|
}
|
|
}
|
|
``` |