2.0.0
This commit is contained in:
parent
a5d692ebe6
commit
81d86dddeb
10 changed files with 109 additions and 1 deletions
3
.editorconfig
Normal file
3
.editorconfig
Normal file
|
@ -0,0 +1,3 @@
|
|||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.idea
|
||||
*.zip
|
79
MetalsForYou2/changelog.txt
Normal file
79
MetalsForYou2/changelog.txt
Normal file
|
@ -0,0 +1,79 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.3.0
|
||||
Date: 2024-01-08
|
||||
Features:
|
||||
- Added Cobalt as a dependency
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.0
|
||||
Date: 2023-12-20
|
||||
Features:
|
||||
- Added Cobalt as a dependency
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.1.0
|
||||
Date: 2023-12-20
|
||||
Features:
|
||||
- Added Nylon as a dependency
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.0
|
||||
Date: 2023-12-03
|
||||
Features:
|
||||
- MetalsForYou have been split into 5 mods Chromium, Indium, IntermediatesForYou, Limestone and Tantalite.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.3.0
|
||||
Date: 2023-12-02
|
||||
Features:
|
||||
- Added satellite body as an intermediate to satellite.
|
||||
- Changed indium plate to unlock with indium processing.
|
||||
- Lowerd turbine blades cost but increased steam turbine turbine blades requirement to 4.
|
||||
- Fixed startup error when not playing with bztin but with bismuth.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.2.1
|
||||
Date: 2023-12-01
|
||||
Features:
|
||||
- Fixed startup error when not playing with GasGasGases.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.2.0
|
||||
Date: 2023-11-30
|
||||
Features:
|
||||
- Added advanced electric motor.
|
||||
- Added air bearings.
|
||||
- Added locale for ores in map generator.
|
||||
- Added enriched tantalite.
|
||||
- Added Them Thar Hills integrated circuit to advanced electronic components.
|
||||
- Added chromium ore, tantalum ore and limestone to scrap recycling
|
||||
- Fixed some subgroup sortings.
|
||||
- Fixed the mod to work with Brass Tacks new file structure.
|
||||
- Fixed some textures alpha level.
|
||||
- Fixed the accidental removal of If I Had A Nickel support.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.5
|
||||
Date: 2023-11-28
|
||||
Features:
|
||||
- Removed chemical science pack from indium processing.
|
||||
- Removed chemical science pack from chromium processing.
|
||||
- Removed chemical science pack from stainless steel processing.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.4
|
||||
Date: 2023-11-26
|
||||
Features:
|
||||
- fixed many startup errors, thanks to planetfall for the help.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.3
|
||||
Date: 2023-11-25
|
||||
Features:
|
||||
- fixed startup error when Brass Tacks is enabled but not If I Had A Nickel was not enabled.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.2
|
||||
Date: 2023-11-25
|
||||
Features:
|
||||
- fixed startup error when Brass Tacks and If I Had A Nickel hardmode was not enabled.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.1
|
||||
Date: 2023-11-24
|
||||
Features:
|
||||
- fixed error that prevented the mod to run without SE.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.0
|
||||
Date: 2023-11-23
|
||||
Features:
|
||||
- Alpha release.
|
0
MetalsForYou2/control.lua
Normal file
0
MetalsForYou2/control.lua
Normal file
0
MetalsForYou2/data-final-fixes.lua
Normal file
0
MetalsForYou2/data-final-fixes.lua
Normal file
0
MetalsForYou2/data-updates.lua
Normal file
0
MetalsForYou2/data-updates.lua
Normal file
0
MetalsForYou2/data.lua
Normal file
0
MetalsForYou2/data.lua
Normal file
21
MetalsForYou2/info.json
Normal file
21
MetalsForYou2/info.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "MetalsForYou2",
|
||||
"version": "2.0.0",
|
||||
"factorio_version": "2.0",
|
||||
"title": "MetalsForYou",
|
||||
"author": "Timeken, cackling fiend",
|
||||
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||
"dependencies": [
|
||||
"base >= 2.0.0",
|
||||
"ChemistryForYou2",
|
||||
"Chromium2",
|
||||
"Cobalt2",
|
||||
"GasGasGases2",
|
||||
"Indium2",
|
||||
"IntermediatesForYou2",
|
||||
"Limestone2",
|
||||
"Nylon2",
|
||||
"Tantalite2"
|
||||
],
|
||||
"description": "This is a collection of my mods inspired by Brevven's BZ mods"
|
||||
}
|
BIN
MetalsForYou2/thumbnail.png
Normal file
BIN
MetalsForYou2/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
|
@ -1,2 +1,5 @@
|
|||
# MetalsForYou2
|
||||
# MetalsForYou
|
||||
|
||||
Updated for Factorio 2.0.
|
||||
|
||||
Original mod: https://mods.factorio.com/mod/MetalsForYou
|
Loading…
Add table
Add a link
Reference in a new issue