2.0.0
This commit is contained in:
parent
cbf9c726c4
commit
b003965659
3 changed files with 17 additions and 2 deletions
12
README.md
Normal file
12
README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
**This is an unofficial update to Factorio 2.0 and it stays until Brevven takes over again.**
|
||||
|
||||
**Compatibility with Space Age is explicitly excluded until someone integrates it nicely.**
|
||||
|
||||
# Very BZ - Legacy
|
||||
This modpack includes my forks of all BZ mods for Factorio 2.0.
|
||||
|
||||
Various optional settings are now defaulted "on" instead of "off", but can still be customized as you wish.
|
||||
|
||||
## Credits
|
||||
- Brevven ([Original mod](https://mods.factorio.com/mod/bztungsten))
|
||||
- [cackling fiend](https://mods.factorio.com/user/cackling.fiend) (Update to 2.0)
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
"author": "Brevven, cackling fiend",
|
||||
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||
"dependencies": [
|
||||
"base >= 2.0",
|
||||
"bzaluminum2",
|
||||
"bzcarbon2",
|
||||
"bzchlorine2",
|
||||
|
|
@ -18,7 +19,8 @@
|
|||
"bztin2",
|
||||
"bztitanium2",
|
||||
"bztungsten2",
|
||||
"bzzirconium2"
|
||||
"bzzirconium2",
|
||||
"! space-age"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
-- 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 = "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"
|
||||
data.raw["string-setting"]["bztin-more-intermediates"].default_value = "bronze"
|
||||
data.raw["string-setting"]["bztungsten-more-intermediates"].default_value = "cuw"
|
||||
data.raw["string-setting"]["bzzirconium-enable-intermediates"].default_value = "yes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue