diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bbf3e21 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = space +indent_size = 2 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e49ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +*.zip \ No newline at end of file diff --git a/MetalsForYou2/changelog.txt b/MetalsForYou2/changelog.txt new file mode 100644 index 0000000..20aeb7d --- /dev/null +++ b/MetalsForYou2/changelog.txt @@ -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. \ No newline at end of file diff --git a/MetalsForYou2/control.lua b/MetalsForYou2/control.lua new file mode 100644 index 0000000..e69de29 diff --git a/MetalsForYou2/data-final-fixes.lua b/MetalsForYou2/data-final-fixes.lua new file mode 100644 index 0000000..e69de29 diff --git a/MetalsForYou2/data-updates.lua b/MetalsForYou2/data-updates.lua new file mode 100644 index 0000000..e69de29 diff --git a/MetalsForYou2/data.lua b/MetalsForYou2/data.lua new file mode 100644 index 0000000..e69de29 diff --git a/MetalsForYou2/info.json b/MetalsForYou2/info.json new file mode 100644 index 0000000..8b8c39e --- /dev/null +++ b/MetalsForYou2/info.json @@ -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" +} \ No newline at end of file diff --git a/MetalsForYou2/thumbnail.png b/MetalsForYou2/thumbnail.png new file mode 100644 index 0000000..396a4b6 Binary files /dev/null and b/MetalsForYou2/thumbnail.png differ diff --git a/README.md b/README.md index 762baae..95c7e71 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# MetalsForYou2 +# MetalsForYou +Updated for Factorio 2.0. + +Original mod: https://mods.factorio.com/mod/MetalsForYou \ No newline at end of file