-
Notifications
You must be signed in to change notification settings - Fork 21
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
(Investigation) Why do recipes sometimes show up for disabled recipes and sometimes do not? #122
Comments
For what it's worth, this behavior shows up in every version I tested back to v0.5.5. |
I would keep buildings and fuel since that's an important decision of what the recipe actually is. As long as it's clear these are not enabled. Hiding the ingredients takes away a lot of visual clutter so that's preferable i think (?) |
It's still displayed on the other half of the link (if any). So that's fine i think. |
Specifically, always show empty boxes for both ingredients and products.
Specifically, always show empty boxes for both ingredients and products.
Specifically, always show empty boxes for both ingredients and products.
Always show empty boxes for both the ingredients and products of disabled recipes. That is, they'll always look like this: ![image](https://github.com/have-fun-was-taken/yafc-ce/assets/21223975/d60eeefa-f56d-4d9c-afc7-7dcd8759f784) I also discovered the code that cleans up old links removes links if the item/fluid does not appear in any _enabled_ recipes. I wanted the links to stay put when disabling and enabling recipes, and I couldn't concentrate on #122 with that behavior, so I changed the code to consider all recipes. If that change (f28d35f) should be discussed more, I can remove it from this PR.
From #121 (comment)
The text was updated successfully, but these errors were encountered: