Update science requirements for factorio patch
This commit is contained in:
parent
91f76cf2c7
commit
26b753ecb4
4 changed files with 5 additions and 2 deletions
|
|
@ -7,4 +7,6 @@ Not compatible with RSO yet.
|
|||
|
||||
## Version History
|
||||
|
||||
- 0.1.1 Updated science requirements for factorio 0.17.60 update.
|
||||
|
||||
- 0.1.0 Initial version. No mod compatibility guarantees yet!
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"factorio_version": "0.17",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
BIN
thumbnail.png
BIN
thumbnail.png
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
|
@ -47,7 +47,8 @@ data:extend(
|
|||
ingredients =
|
||||
{
|
||||
{"automation-science-pack", 1},
|
||||
{"logistic-science-pack", 1}
|
||||
{"logistic-science-pack", 1},
|
||||
{"chemical-science-pack", 1}
|
||||
},
|
||||
time = 30
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue