-
Notifications
You must be signed in to change notification settings - Fork 1
Home
hp-1e edited this page Aug 3, 2026
·
3 revisions
Quest Enhance extends FTB Quests with canvas media, description components, QuestLink compatibility fixes, and optional KubeJS utilities.
English is the default language for this wiki. The complete Chinese entry point is 中文首页.
- QuestUtils API - the KubeJS-facing API for querying, editing, creating, and opening FTB Quests content.
- QuestUtils API(中文) - Chinese reference for the same API.
- KubeJS is optional. Installing Quest Enhance without KubeJS must remain valid.
- Run quest structure writes from a server-side KubeJS event.
- Use string IDs in scripts. Quest, chapter, task, and reward IDs are long values and can lose precision as JavaScript numbers.
- A
nullresult means an object could not be created or found. A mutation returnsfalsewhen validation, ownership, or the server context rejects it.