πŸ”— Quick Links

🎯 Overview

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.


πŸ“š Table of Contents

  1. Valid Task Types
  2. Cobblemon Quests (Extended)
  3. Quest Spacing & Layout
  4. Valid Items & Blocks
  5. External Tasks & KubeJS
  6. Validation Tools

1. Valid Task Types

βœ… Standard FTB Quests Task Types

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

2. Cobblemon Quests (Extended)

The Cobblemon Quests mod (Extended version) requires a verbose task structure with specific fields initialized.