Warning
Sea Block and Angels Mods are currently being actively maintained by KiwiHawk to provide compatibility with Factorio 2.0. You can check the status of the project here. Original reddit post: here
[!IMPORTANT]
Warning
Sea Block and Angels Mods are currently being actively maintained by KiwiHawk to provide compatibility with Factorio 2.0. You can check the status of the project here. Original reddit post: here
[!IMPORTANT]
| // The MIT License (MIT) | |
| // | |
| // Copyright (c) 2025 neonbyte1 | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| // this software and associated documentation files (the "Software"), to deal in | |
| // the Software without restriction, including without limitation the rights to | |
| // use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | |
| // the Software, and to permit persons to whom the Software is furnished to do so, | |
| // subject to the following conditions: |
Small unix-like tool that requires Deno to decrypt or encrypt Factorio blueprints.
Just pipe the encrypted or decrypted content to the factorio-blueprint script and adjust your parameters.
--decrypt, -dec, -d: takes the "Blueprint String" and produces a minified JSON output--encrypt, -enc, -e: takes the decrypted JSON output (minified or pretty, it doesn't matter) and produces the "Blueprint String"--pretty, -p: produces a pretty JSON output instead of a minified one