| # / (root) | |
| Important files for PenguinMod block text | |
| - `messages.js`: Editable file, used for creating translations. Add default english text here. | |
| - `scratch_msgs.js`: Script-generated file, used by scratch-blocks. Contains all languages. | |
| # /js | |
| Default language block files (JS) | |
| - `en.js`: Script-generated file, used by scratch-blocks. Contains default english text in JS. | |
| # /json | |
| Default language block files (JSON) | |
| - `en.json`: Script-generated file, used by scratch-blocks. Contains default english text in JSON. | |
| # /input | |
| Files used by the custom PenguinMod Scripts (NOT the Scratch scripts) | |
| # /output | |
| Script-generated files by the custom PenguinMod Scripts (NOT the Scratch scripts) |