diff --git a/changelog.txt b/changelog.txt index bb81a9a..53ce6c1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,13 @@ --------------------------------------------------------------------------------------------------- +Version: 0.2.0 +Date: 2021-01-29 + Features: + - Added Foundry to the modpack. Some parts still might change, but it seems ready. + Due to this, Advanced Carbon Furnace will no longer be available in the full modpack. + If either of these changes break your factory, recommend staying at 0.1.0 + - Silica & Silicon MEMS gyroscope is enabled by default (can be turned off) + - New thumbnail +--------------------------------------------------------------------------------------------------- Version: 0.1.0 Date: 2021-05-18 Features: diff --git a/info.json b/info.json index 9a337e1..ce9f426 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzvery", - "version": "0.1.0", + "version": "0.2.0", "factorio_version": "1.1", "title": "Very BZ", "author": "Brevven", @@ -8,6 +8,7 @@ "homepage": "https://forums.factorio.com/viewtopic.php?f=190&t=98515", "dependencies": [ "bz-dsr-bridge", + "bzfoundry", "bzlead", "bzsilicon", "bztitanium", diff --git a/settings-updates.lua b/settings-updates.lua index ab16fec..620e006 100644 --- a/settings-updates.lua +++ b/settings-updates.lua @@ -1,6 +1,5 @@ -- Update various settings to give the "fullest" BZ mods experience -data.raw["string-setting"]["bztungsten-advanced-carbon-furnace"].default_value = "yes" -data.raw["string-setting"]["bzsilicon-more-intermediates"].default_value = "yes" +data.raw["string-setting"]["bzsilicon-more-intermediates"].default_value = "more" data.raw["string-setting"]["bzlead-more-entities"].default_value = "yes" diff --git a/thumbnail.png b/thumbnail.png index 822fc43..13f19f8 100644 Binary files a/thumbnail.png and b/thumbnail.png differ diff --git a/thumbnail.xcf b/thumbnail.xcf index 011abb2..4792128 100644 Binary files a/thumbnail.xcf and b/thumbnail.xcf differ