0.2.0 - foundry

This commit is contained in:
Brevven 2022-02-16 23:14:32 -08:00
parent c80d6eddc0
commit 089f598a3f
5 changed files with 12 additions and 3 deletions

View file

@ -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:

View file

@ -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",

View file

@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Before After
Before After

Binary file not shown.