forked from cacklingfiend/bzgold2
unlock cpu always
This commit is contained in:
parent
b7fcaac740
commit
f23be23566
3 changed files with 7 additions and 4 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.0.8
|
||||||
|
Date: 2023-03-27
|
||||||
|
Fixes:
|
||||||
|
- Researching Advanced Electronics 2 unlocks now correctly unlocks CPUs in most mod loadouts.
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.0.7
|
Version: 0.0.7
|
||||||
Date: 2023-03-26
|
Date: 2023-03-26
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzgold",
|
"name": "bzgold",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Noble Metals",
|
"title": "Noble Metals",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,7 @@ else
|
||||||
util.add_prerequisite("advanced-material-processing-2", "temperature-regulation")
|
util.add_prerequisite("advanced-material-processing-2", "temperature-regulation")
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods.bzsilicon then
|
util.add_unlock("advanced-electronics-2", "cpu")
|
||||||
util.add_unlock("advanced-electronics-2", "cpu")
|
|
||||||
end
|
|
||||||
util.add_unlock("advanced-electronics-2", "mainboard")
|
util.add_unlock("advanced-electronics-2", "mainboard")
|
||||||
|
|
||||||
util.add_prerequisite("coal-liquefaction", "catalysis")
|
util.add_prerequisite("coal-liquefaction", "catalysis")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue