carbon added & foundry updates
This commit is contained in:
parent
089f598a3f
commit
3da49b1301
3 changed files with 14 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue