A simple mod for the game "Factorio" that does what it's name implies.
Revision | 9408446f25a48c0f44e4ace3ff851d75b36fb37f (tree) |
---|---|
Time | 2020-02-01 06:49:12 |
Author | Eric Hopper <hopper@omni...> |
Commiter | Eric Hopper |
Update for 0.18.
@@ -1,3 +1,9 @@ | ||
1 | +--------------------------------------------------------------------------------------------------- | |
2 | +Version: 0.2.0 | |
3 | +Date: 31. 01. 2020 | |
4 | + Features: | |
5 | + - Updated for 0.18, some changes may be backported to 0.17 on 0.1.x | |
6 | + versions. | |
1 | 7 | --------------------------------------------------------------------------------------------------- |
2 | 8 | Version: 0.1.4 |
3 | 9 | Date: 26. 02. 2018 |
@@ -1,11 +1,11 @@ | ||
1 | 1 | { |
2 | 2 | "name": "RunSpeedToggle", |
3 | - "version": "0.1.4", | |
3 | + "version": "0.2.0", | |
4 | 4 | "title": "Run Speed Toggle", |
5 | 5 | "author": "Omnifarious", |
6 | 6 | "contact": "eric-factorio@omnifarious.org", |
7 | 7 | "homepage": "", |
8 | - "factorio_version": "0.17", | |
8 | + "factorio_version": "0.18", | |
9 | 9 | "dependencies": ["base >= 0.17"], |
10 | 10 | "description": "This mod will toggle the player's run speed multiplier (applied after all bonuses) to one of three configurable values with a keypress." |
11 | 11 | } |