Skip to content

Instantly share code, notes, and snippets.

@matburt
Last active November 3, 2022 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matburt/1f4331c4a24b7bc5bbfe267e0045dfe3 to your computer and use it in GitHub Desktop.
Save matburt/1f4331c4a24b7bc5bbfe267e0045dfe3 to your computer and use it in GitHub Desktop.
Factorio Space Exploration Mods
{
"mods":
[
{
"name": "base",
"enabled": true
},
{
"name": "space-exploration",
"enabled": true
},
{
"name": "textplates",
"enabled": true
},
{
"name": "equipment-gantry",
"enabled": true
},
{
"name": "grappling-gun",
"enabled": true
},
{
"name": "ModuleInserter",
"enabled": true
},
{
"name": "FNEI",
"enabled": true
},
{
"name": "BottleneckLite",
"enabled": true
},
{
"name": "Milestones",
"enabled": true
},
{
"name": "solar-calc",
"enabled": true
},
{
"name": "rocket-log",
"enabled": true
},
{
"name": "LogisticRequestManager",
"enabled": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment