• R/O
  • SSH

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Another simple mod for the game "Factorio". Automatically strings circuit wire on long distance poles.


Commit MetaInfo

Révision6dc3fc2334bd5b27b3d1daaf3cf903f1aa79e43b (tree)
l'heure2019-02-27 06:26:18
AuteurEric Hopper <hopper@omni...>
CommiterEric Hopper

Message de Log

Updates for 0.17

Change Summary

Modification

diff -r 38e89b81b7b6 -r 6dc3fc2334bd changelog.txt
--- a/changelog.txt Sat Nov 03 22:59:20 2018 -0700
+++ b/changelog.txt Tue Feb 26 13:26:18 2019 -0800
@@ -1,4 +1,9 @@
11 ---------------------------------------------------------------------------------------------------
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+
27 Version: 0.1.0
38 Date: 03. 11. 2018
49 Major Features:
diff -r 38e89b81b7b6 -r 6dc3fc2334bd info.json
--- a/info.json Sat Nov 03 22:59:20 2018 -0700
+++ b/info.json Tue Feb 26 13:26:18 2019 -0800
@@ -1,11 +1,11 @@
11 {
22 "name": "LD_AutoCircuit",
3- "version": "0.1.0",
3+ "version": "0.2.0",
44 "title": "LD Auto Circuit",
55 "author": "Omnifarious",
66 "contact": "eric-factorio@omnifarious.org",
77 "homepage": "",
8- "factorio_version": "0.16",
9- "dependencies": ["base >= 0.16"],
8+ "factorio_version": "0.17",
9+ "dependencies": ["base >= 0.17"],
1010 "description": "This mod will automatically string red and green wire over long distance poles."
1111 }