This guide provides everything you need to create valid, well-structured FTB Quests that work properly with XMod Compat, KubeJS, and the Cobblemon Quests Extended format.
| Task Type | Use For | Required Properties |
|---|---|---|
item |
Obtain item (any source) | item: "modid:item_name" |
checkmark |
Manual completion | None |
external |
KubeJS-handled | key: "unique_key" |
visit_dimension |
Enter dimension | dimension: "minecraft:the_nether" |
visit_biome |
Find biome | biome: "minecraft:plains" |
structure |
Find structure | structure: "minecraft:village" |
advancement |
Complete advancement | advancement: "minecraft:story/root" |
cobblemon_tasks:cobblemon_task |
Cobblemon Quests | See Section 2 |
The Cobblemon Quests mod (Extended version) requires a verbose task structure with specific fields initialized.