Enigmatica 6 - E6 - 1.16.5

Enigmatica 6 - E6 - 1.16.5

1M Downloads

Brass ingots quest dependencies fix

jaosnye1012 opened this issue ยท 1 comments

commented

Modpack Version

1.9.0

Describe your issue.

0a785fd
After #3830 issues you set "optional: true" for quest "Mechanical Mixer" 0a785fd ,but quet Brass ingots still require it. I guess the "optional: true" setting only adds a label to the quest, but it does not affect the actual logic or dependencies. Even though the "Mechanical Mixer" quest is marked as optional, it is still required to unlock the "Brass Ingots" quest because the dependency remains in place. This creates confusion for players who might assume that optional quests can be skipped without impacting progression.

To address this, I recommend adding the "Induction smelter" quest as part of the dependencies for "Brass Ingots" and setting the dependency_requirement to "one_completed". This would allow players to unlock "Brass Ingots" by completing either the "Mechanical Mixer" quest or the newly added "Induction smelter" quest, providing more flexibility in progression.

Since I am relatively new to this modpack, I am not sure if similar issues exist with other quests. If there are, I hope similar fixes can be applied where optional quests are intended to be skippable. This would help avoid confusion and improve the overall user experience for players navigating the quest tree.

Thank you for considering this adjustment, and I appreciate your efforts in maintaining and improving the modpack!

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Singleplayer

Discord Username

No response

commented

Thanks for the report! I'll have a look at these - soon to see what we can do.