promotional bannermobile promotional banner

Quests Cobb

Cobblemon Quests

File Details

quests-cobb-1.1.4.jar

  • R
  • Feb 9, 2026
  • 247.12 KB
  • 35
  • 1.21.1
  • Fabric

File Name

quests-cobb-1.1.4.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:quests-cobb-1443457:7600685"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog (1.1.4)

Added

  • Full built-in quest override system via config/quests/builtins.json, allowing per built-in quest:
    • enabled: hide quest in UI + block claiming when disabled
    • baseReward: enable/disable the mod’s default reward for that quest
    • replaceBaseReward: if true, the custom reward replaces the base reward (otherwise it’s additive)
    • reward: custom reward payload (money, items, commands) ready to be filled by the user
  • Automatic generation + auto-completion of builtins.json:
    • Missing built-in reward entries are added automatically with defaults and reward placeholders.
  • Wildcard support for dynamic built-in rewardIds:
    • You can now configure reward_rct_series_* to target all reward_rct_series_<seriesId> rewards.