Description
Mod Introduction
QuestExtra is a mod that provides extended functionality for the Minecraft FTB Quests mod, designed to simplify the quest creation process and offer more practical features. This mod primarily integrates through KubeJS scripts, allowing developers to dynamically create and manage quest systems using JavaScript code.
Key Features
- KubeJS Support: Provides KJS events, QuestApi, and QuestUtils, allowing users to write and modify FTB quests through scripting
- Auto-localization Support: Directly input localization keys in title, subtitle, and description fields for automatic localization
- Bulk Quest Duplication: Supports copying multiple quests at once while preserving relative positions, but without dependencies
Prerequisites
- FTB Quests
- KubeJS
Core Features
1. KubeJS Support
QuestExtra offers a relatively complete set of KubeJS scripting support, allowing developers to dynamically create and modify quests, chapters, chapter groups, and other elements through scripts.
2. Auto-localization
The mod supports automatic localization. When entering a langkey directly in the title, subtitle, or description fields, the system will automatically convert it to localized text.
3. Bulk Quest Duplication
Extends the original FTB Quests duplication functionality, supporting the copying of multiple quests at once while preserving relative positions but not preserving dependencies.
Tutorial
If you want to know the whole featutures of this mod,please go to GitHub Wiki Page. https://github.com/WhiseNT/questextra/wiki


