CleanroomMC / BetterQuesting

Forked BetterQuesting with many new features and optimizations
MIT License
9 stars 19 forks source link

Hidden Quests Visible in View Mode #83

Closed TFCAliarcy closed 2 days ago

TFCAliarcy commented 9 months ago

When set to view mode you can see quests that are marked as hidden and those marked as visible upon completion, this makes it so those quests are visible to all. This is different to GTNH which only lets you see hidden quests when in edit mode.

WaitingIdly commented 9 months ago

BQu allows you to control the behavior of all quests in the same manner via setting the ignoresView property to true.

TFCAliarcy commented 9 months ago

BQu allows you to control the behavior of all quests in the same manner via setting the ignoresView property to true.

Thanks, I was not aware of this.

WaitingIdly commented 2 days ago

this is not an issue, and is working as intended: view mode being enabled should override the visibility of the quest unless ignoresView is true on that quest.