diff --git a/changelog.txt b/changelog.txt index d6d350a..c4eb292 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 Date: 2023-03-26 Fixes: diff --git a/info.json b/info.json index f9378e2..ee5008e 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzgold", - "version": "0.0.7", + "version": "0.0.8", "factorio_version": "1.1", "title": "Noble Metals", "author": "Brevven", diff --git a/prototypes/tech-updates.lua b/prototypes/tech-updates.lua index be03045..923fce6 100644 --- a/prototypes/tech-updates.lua +++ b/prototypes/tech-updates.lua @@ -18,9 +18,7 @@ else util.add_prerequisite("advanced-material-processing-2", "temperature-regulation") end -if mods.bzsilicon then - util.add_unlock("advanced-electronics-2", "cpu") -end +util.add_unlock("advanced-electronics-2", "cpu") util.add_unlock("advanced-electronics-2", "mainboard") util.add_prerequisite("coal-liquefaction", "catalysis")