Mirrors/Flips a blueprint in hand
Mods introducing new content into the game.
Change blueprint behavior.
Couldn't get factorio to run so looked at the mod. In the info.lua the line
"dependencies": ["base >= 0.14.0"]
Has square brackets when they are not needed. The line should be
"dependencies": "base >= 0.14.0".
Hope this helps :)