We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the error message in it's equipmentgrid.lua only tells you that something is missing, not what.
equipmentgrid.lua
Have it display what is missing (and maybe how much it still needs) using rich text, here is an example: https://github.com/Quezler/factorio__mod--x-stacks-ltn-combinator-helper/blob/main/src/scripts/constant-combinator.lua#L58#L73
The logistic_network_has_contents may be modified so it can return multiple things, e.g. a success boolean & what is missing.
logistic_network_has_contents
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the error message in it's
equipmentgrid.lua
only tells you that something is missing, not what.Have it display what is missing (and maybe how much it still needs) using rich text, here is an example:
https://github.com/Quezler/factorio__mod--x-stacks-ltn-combinator-helper/blob/main/src/scripts/constant-combinator.lua#L58#L73
The
logistic_network_has_contents
may be modified so it can return multiple things, e.g. a success boolean & what is missing.The text was updated successfully, but these errors were encountered: