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
Same blueprint storage as in #15
Changed lines 231-234 to the following:
factorio-blueprint-decoder/decode
Lines 231 to 234 in d6cd156
type: Index.Type if (prototype in self._type_mapping): type = self._type_mapping.get(prototype) elif ('entity' in prototype): type = Index.Type.ENTITY else: raise KeyError(f"unknown prototype '{prototype}'")
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Blueprint Storage
Same blueprint storage as in #15
Workaround
Changed lines 231-234 to the following:
From
factorio-blueprint-decoder/decode
Lines 231 to 234 in d6cd156
To
The text was updated successfully, but these errors were encountered: