Another simple mod for the game "Factorio". Automatically strings circuit wire on long distance poles.
Revisión | 6dc3fc2334bd5b27b3d1daaf3cf903f1aa79e43b (tree) |
---|---|
Tiempo | 2019-02-27 06:26:18 |
Autor | Eric Hopper <hopper@omni...> |
Commiter | Eric Hopper |
Updates for 0.17
@@ -1,4 +1,9 @@ | ||
1 | 1 | --------------------------------------------------------------------------------------------------- |
2 | +Version: 0.2.0 | |
3 | +Date: 26. 02. 2019 | |
4 | + Features: | |
5 | + - Updated for 0.17, 0.16 changes will be backported to 0.1.x versions. | |
6 | + | |
2 | 7 | Version: 0.1.0 |
3 | 8 | Date: 03. 11. 2018 |
4 | 9 | Major Features: |
@@ -1,11 +1,11 @@ | ||
1 | 1 | { |
2 | 2 | "name": "LD_AutoCircuit", |
3 | - "version": "0.1.0", | |
3 | + "version": "0.2.0", | |
4 | 4 | "title": "LD Auto Circuit", |
5 | 5 | "author": "Omnifarious", |
6 | 6 | "contact": "eric-factorio@omnifarious.org", |
7 | 7 | "homepage": "", |
8 | - "factorio_version": "0.16", | |
9 | - "dependencies": ["base >= 0.16"], | |
8 | + "factorio_version": "0.17", | |
9 | + "dependencies": ["base >= 0.17"], | |
10 | 10 | "description": "This mod will automatically string red and green wire over long distance poles." |
11 | 11 | } |