Last active
November 3, 2022 00:16
-
-
Save matburt/1f4331c4a24b7bc5bbfe267e0045dfe3 to your computer and use it in GitHub Desktop.
Factorio Space Exploration Mods
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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