Make factorio blueprints with nix
| lib | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| readme.md | ||
FactoriNix
Generate factorio blueprints from the beauty of Nix.
Example Usage
self.mkBlueprint {
entities = [
{
name = "steel-chest";
position = { x = -10.5; y = -15.5; };
}
{
name = "steel-chest";
position = { x = -10.5; y = -14.5; };
}
{
name = "steel-chest";
position = { x = -11.5; y = -13.5; };
}
{
name = "steel-chest";
position = { x = -9.5; y = -13.5; };
}
];
}