Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adamwong246/factoriomodlab
- Owner: adamwong246
- Created: 2021-01-25T21:45:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T01:07:18.000Z (about 1 year ago)
- Last Synced: 2023-12-29T02:23:29.985Z (about 1 year ago)
- Language: Lua
- Size: 12.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```