From 3da49b1301220b88da0d028fdf954b70a51fe365 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 4 Jun 2022 23:27:01 -0700 Subject: [PATCH] carbon added & foundry updates --- changelog.txt | 9 +++++++++ info.json | 3 ++- settings-updates.lua | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 53ce6c1..8d0dfd9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,13 @@ --------------------------------------------------------------------------------------------------- +Version: 0.3.0 +Date: 2021-02-17 + Features: + - Added Graphite & Diamonds to the modpack. + Stay at 0.2.0 if this breaks your factory. + - Carbon black will be enabled by default. This modifies oil processing. Can be turned off. + - Diamond reuse in low density structures is on by default. Can be turned off. + - Foundry refractory recipes will now be turned on by default. Can be turned off. +--------------------------------------------------------------------------------------------------- Version: 0.2.0 Date: 2021-01-29 Features: diff --git a/info.json b/info.json index ce9f426..4e1ced6 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzvery", - "version": "0.2.0", + "version": "0.3.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", + "bzcarbon", "bzfoundry", "bzlead", "bzsilicon", diff --git a/settings-updates.lua b/settings-updates.lua index 620e006..673da5f 100644 --- a/settings-updates.lua +++ b/settings-updates.lua @@ -3,3 +3,6 @@ -- Update various settings to give the "fullest" BZ mods experience data.raw["string-setting"]["bzsilicon-more-intermediates"].default_value = "more" 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"