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
Issue description: When you exceed the maxGraphicsOpcodes limit, the wrong error message is shown.
Steps to reproduce: try to draw more graphics items than the set limit. You will get an error like this: [10,1] Missing network card (0)
[10,1] Missing network card (0)
Versions:
Relevant code: In ProcessorTileEntity.java on line 1866, EXCEPT_MISSINGNETWORKCARD is triggered.
EXCEPT_MISSINGNETWORKCARD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description: When you exceed the maxGraphicsOpcodes limit, the wrong error message is shown.
Steps to reproduce: try to draw more graphics items than the set limit. You will get an error like this:
[10,1] Missing network card (0)
Versions:
Relevant code:
In ProcessorTileEntity.java on line 1866,
EXCEPT_MISSINGNETWORKCARD
is triggered.The text was updated successfully, but these errors were encountered: