From 10df7c36504a27a08f699f647c3b0ef13927cbdf Mon Sep 17 00:00:00 2001 From: Brevven Date: Sun, 4 Dec 2022 15:36:24 -0800 Subject: [PATCH] cuw --- changelog.txt | 18 +++++++++++++++--- info.json | 8 +++++--- settings-updates.lua | 2 ++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index f8b2f77..7c8e6c5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,23 @@ --------------------------------------------------------------------------------------------------- +Version: 0.5.1 +Date: 2022-12-05 + Features: + - Copper Tungsten is enabled by default now. Can be turned off. + This update should not break any existing factories. +--------------------------------------------------------------------------------------------------- +Version: 0.5.0 +Date: 2022-11-21 + Features: + - Added Tin and Natural Gas to the modpack. Stay at 0.4.0 if this breaks your factory. + - Bronze and tinned cable enabled by default. Can be turned off. +--------------------------------------------------------------------------------------------------- Version: 0.4.0 -Date: 2021-06-05 +Date: 2022-06-05 Features: - Added Aluminum to the modpack. Stay at 0.3.0 if this breaks your factory. --------------------------------------------------------------------------------------------------- Version: 0.3.0 -Date: 2021-02-17 +Date: 2022-02-17 Features: - Added Graphite & Diamonds to the modpack. Stay at 0.2.0 if this breaks your factory. @@ -14,7 +26,7 @@ Date: 2021-02-17 - Foundry refractory recipes will now be turned on by default. Can be turned off. --------------------------------------------------------------------------------------------------- Version: 0.2.0 -Date: 2021-01-29 +Date: 2022-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. diff --git a/info.json b/info.json index b17da3c..6455072 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzvery", - "version": "0.4.0", + "version": "0.5.1", "factorio_version": "1.1", "title": "Very BZ", "author": "Brevven", @@ -15,8 +15,10 @@ "bzsilicon", "bztitanium", "bztungsten", - "bzzirconium" + "bzzirconium", + "bztin", + "bzgas" ], - "description": "Mod pack for all BZ Mods including Titanium, Lead, Tungsten, Silicon, Zirconium. Turns on some settings by default, but adds nothing new to the game itself." + "description": "Mod pack for all BZ Mods including Titanium, Lead, Tungsten, Silicon, Zirconium and more. Turns on some settings by default, but adds nothing new to the game itself." } diff --git a/settings-updates.lua b/settings-updates.lua index 673da5f..cfbb6e2 100644 --- a/settings-updates.lua +++ b/settings-updates.lua @@ -6,3 +6,5 @@ data.raw["string-setting"]["bzlead-more-entities"].default_value = "yes" data.raw["string-setting"]["bzfoundry-plates"].default_value = "yes" data.raw["string-setting"]["bzcarbon-enable-carbon-black"].default_value = "yes" data.raw["string-setting"]["bzcarbon-reuse"].default_value = "yes" +data.raw["string-setting"]["bztin-more-intermediates"].default_value = "bronze" +data.raw["string-setting"]["bztungsten-more-intermediates"].default_value = "cuw"