promotional bannermobile promotional banner

Quests Cobb

Cobblemon Quests

File Details

quests-cobb-1.1.3.jar

  • R
  • Feb 7, 2026
  • 239.19 KB
  • 894
  • 1.21.1
  • Fabric

File Name

quests-cobb-1.1.3.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Changelog (v1.1.3)

Added

  • New RCT-API (rct-api) quest tracking (best-effort, reflection-based):

    • Tracks RCT-API battle lifecycle events:
      • RCT_API_BATTLES_STARTED
      • RCT_API_BATTLES_ENDED
    • Tracks trainer registry lifecycle events (player trainers only):
      • RCT_API_TRAINERS_REGISTERED
      • RCT_API_TRAINERS_UNREGISTERED
  • New persistent counters stored in QuestsSavedData.PlayerProgress

    • rctApiBattleStartedCount
    • rctApiBattleEndedCount
    • rctApiTrainerRegisteredCount
    • rctApiTrainerUnregisteredCount

Changed

  • Docs updated: CUSTOM_QUESTS_API.txt now documents the new RCT-API quest types under a dedicated “RCT-API quest types (best-effort)” section.

Notes

  • Integration is optional and safe: if rct-api is not installed/available, listeners are not registered and nothing breaks.