Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brass ingots quest dependencies fix #5480

Open
jaosnye1012 opened this issue Dec 25, 2024 · 1 comment
Open

Brass ingots quest dependencies fix #5480

jaosnye1012 opened this issue Dec 25, 2024 · 1 comment
Labels

Comments

@jaosnye1012
Copy link

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

@MuteTiefling
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants