carbon added & foundry updates

This commit is contained in:
Brevven 2022-06-04 23:27:01 -07:00
parent 089f598a3f
commit 3da49b1301
3 changed files with 14 additions and 1 deletions

View file

@ -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 Version: 0.2.0
Date: 2021-01-29 Date: 2021-01-29
Features: Features:

View file

@ -1,6 +1,6 @@
{ {
"name": "bzvery", "name": "bzvery",
"version": "0.2.0", "version": "0.3.0",
"factorio_version": "1.1", "factorio_version": "1.1",
"title": "Very BZ", "title": "Very BZ",
"author": "Brevven", "author": "Brevven",
@ -8,6 +8,7 @@
"homepage": "https://forums.factorio.com/viewtopic.php?f=190&t=98515", "homepage": "https://forums.factorio.com/viewtopic.php?f=190&t=98515",
"dependencies": [ "dependencies": [
"bz-dsr-bridge", "bz-dsr-bridge",
"bzcarbon",
"bzfoundry", "bzfoundry",
"bzlead", "bzlead",
"bzsilicon", "bzsilicon",

View file

@ -3,3 +3,6 @@
-- Update various settings to give the "fullest" BZ mods experience -- Update various settings to give the "fullest" BZ mods experience
data.raw["string-setting"]["bzsilicon-more-intermediates"].default_value = "more" data.raw["string-setting"]["bzsilicon-more-intermediates"].default_value = "more"
data.raw["string-setting"]["bzlead-more-entities"].default_value = "yes" 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"