Update science requirements for factorio patch

This commit is contained in:
Brevven 2019-07-31 00:25:10 -07:00
parent 91f76cf2c7
commit 26b753ecb4
4 changed files with 5 additions and 2 deletions

View file

@ -7,4 +7,6 @@ Not compatible with RSO yet.
## Version History ## Version History
- 0.1.1 Updated science requirements for factorio 0.17.60 update.
- 0.1.0 Initial version. No mod compatibility guarantees yet! - 0.1.0 Initial version. No mod compatibility guarantees yet!

View file

@ -1,6 +1,6 @@
{ {
"name": "bztitanium", "name": "bztitanium",
"version": "0.1.0", "version": "0.1.1",
"factorio_version": "0.17", "factorio_version": "0.17",
"title": "Titanium", "title": "Titanium",
"author": "Brevven", "author": "Brevven",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -47,7 +47,8 @@ data:extend(
ingredients = ingredients =
{ {
{"automation-science-pack", 1}, {"automation-science-pack", 1},
{"logistic-science-pack", 1} {"logistic-science-pack", 1},
{"chemical-science-pack", 1}
}, },
time = 30 time = 30
}, },