Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamwong246/factoriomodlab

my lab for modding
https://github.com/adamwong246/factoriomodlab

Last synced: 20 days ago
JSON representation

my lab for modding

Awesome Lists containing this project

README

        

# FactorioModLab

My lab for modding Factorio.

```
git clone [email protected]:adamwong246/FactorioModLab.git
cd FactorioModLab
git submodule update --init --recursive
```

adding an existing git project as a new submodule. In this example, I forked a github project and now add it to FmodLab in the correct folder.
```
git submodule add [email protected]:adamwong246/PowerOverload.git mods/PowerOverload
```