Many quests contain information on easter eggs and other secrets that don't have a clear "progression". These quests are best represented as quests that don't appear in a group until they're already completed.
Solution(s)
FTB quests uses an invisible flag, so one could be added here.
Describe alternatives you've considered
The existing hide flag is currently just a boolean, but it could instead be the minimum queststatus required to show the quest - effectively a "hide until" flag.
The current true value would instead be hide: "IN_PROGRESS", and the "invisible" flag from FTB would just be hide: "COMPLETED" - then just slap a legacy codec on it and call it a day.
Is your feature request related to a problem?
Many quests contain information on easter eggs and other secrets that don't have a clear "progression". These quests are best represented as quests that don't appear in a group until they're already completed.
Solution(s)
FTB quests uses an
invisible
flag, so one could be added here.Describe alternatives you've considered
The existing
hide
flag is currently just a boolean, but it could instead be the minimum queststatus required to show the quest - effectively a "hide until" flag.The current
true
value would instead behide: "IN_PROGRESS"
, and the "invisible" flag from FTB would just behide: "COMPLETED"
- then just slap a legacy codec on it and call it a day.Mod Version
1.0.5
Mod Loader Version
0.20.2
Mod Loader
No response
Additional context
No response