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
Providing a way to set the Scan File used for entities would be nice. something akin to
"12456789": { "scanEntry": { "strg": [ "This is Bob", "Names", "Bob likes to hydrate regularly. Be like Bob." ], "scanSpeed": 10, "logbookCategory": 0, "critical": true, "images": [ { "textureID": 987654321, "appearancePercentage": 0.01, "imagePosition": 1, "width": 0, "height": 0, "interval": 0.0, "fadeDuration": 0.0 }, // repeat for all 4 images ] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Providing a way to set the Scan File used for entities would be nice.
something akin to
The text was updated successfully, but these errors were encountered: