Quest Implementation¶
The actual FTB Quest files should be generated/reviewed against the assembled TSR instance, not from guessed registry names.
Implementation workflow¶
- Freeze the installed mod/version set.
- Enumerate real item/block/entity/skill/race registries.
- Inspect Tensura Compat: FTB custom task and reward serializers.
- Inspect the exact FTB Quests SNBT format used by the installed version.
- Verify events/state for MineColonies, Guild, Gear Evolution, SlimeThrone, Ascension, and Great Sage.
- Build quests using only verified task types and identifiers.
- Where FTB cannot observe a desired event, document the gap.
- Add a minimal KubeJS or server-side bridge only when a real event/API exists and the solution is reliable.
- Validate every quest with a clean non-OP test character.