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
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_STARTEDRCT_API_BATTLES_ENDED
- Tracks trainer registry lifecycle events (player trainers only):
RCT_API_TRAINERS_REGISTEREDRCT_API_TRAINERS_UNREGISTERED
- Tracks RCT-API battle lifecycle events:
New persistent counters stored in QuestsSavedData.PlayerProgress
rctApiBattleStartedCountrctApiBattleEndedCountrctApiTrainerRegisteredCountrctApiTrainerUnregisteredCount
Changed
- Docs updated:
CUSTOM_QUESTS_API.txtnow 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-apiis not installed/available, listeners are not registered and nothing breaks.

