Interface QuestBookOptions

interface QuestBookOptions {
    iconPath?: string;
    quests: Quest[];
}

Properties

Properties

iconPath?: string

The icon of the Quest Book. It should be the path from the root of the resource pack.

texture/gui/example_pic
quests: Quest[]

Quests of the Questbook.