FTBTeam / FTB-Mods-Issues

Any mod issues, be it FTB Teams, Quests or any other of our mods can be reported here!
20 stars 1 forks source link

[Bug]: Right-clicking locked quests shows full quest detail #1213

Closed maloryware closed 2 months ago

maloryware commented 2 months ago

Mod

FTB Quests

Mod version

ftb-quests-fabric-1902.5.8-build.345

Forge / Fabric version

1.19.2-0.77.0

Modpack & version

[Personal, N/A]

What issue are you having?

Quests with the "Hide Details Until Startable" flag don't open at all when left clicked, but open and show the entire description when right clicked. This issue doesn't happen when "Hide Text Until Quest Is Completed" is enabled.

With this configuration:

image On left click (nothing happens): image On right click (opens quest and shows all details) image

With "Hide Text Until Quest Is Completed":

image On left click (nothing happens): image On right click: image

With "Hide Text Until Quest Is Completed" and WITHOUT "Hide Details Until Startable":

image On left & right click: image

For the first configuration, the expected result was the result present in the third configuration (With "Hide Text Until Quest Is Completed" and WITHOUT "Hide Details Until Startable")

Crashlogs

No response

Steps to reproduce

  1. Open FTB Quests menu and enter editor mode
  2. Create new Chapter
  3. Create two or more quests, linked by dependency lines (Quest A -> Quest B -> Quest C (...))
  4. On the dependent quest (Quest B), enable "Hide Details Until Startable" and disable "Hide Text Until Quest Is Completed"
  5. Exit editor mode and left click Quest B, then right click Quest B

Anything else to note?

Installed mods that may impact this bug:

Full list of mods, in case of necessity:
(It's very long. If you're not specifically going through it, you're better off not opening it at all.)
desht commented 2 months ago

This is actually the same as #1203, but I realise what's happening now; I'd previously missed that this only happens on a right-click of the quest icon. Easy fix, fortunately.

maloryware commented 2 months ago

Glad to be of assistance :)

desht commented 2 months ago

NP. Gonna leave this open to remind me to get a release out :laughing:

desht commented 2 months ago

Fixed in 1902.5.9 release

maloryware commented 2 months ago

NP. Gonna leave this open to remind me to get a release out 😆 My bad, force of habit ^^ Thank you for the fast reply & push to main!