Compare commits

..

No commits in common. "main" and "2.1.16" have entirely different histories.
main ... 2.1.16

4 changed files with 563 additions and 556 deletions

View file

@ -1,11 +1,4 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 2.1.17
Date: 21.10.2025
Changes:
- Switch to bz mods forks
Bug Fixes:
- Correct tin plate recipe for K2
---------------------------------------------------------------------------------------------------
Version: 2.1.16 Version: 2.1.16
Date: 20.10.2025 Date: 20.10.2025
Legacy version meant to be played with my other forks and ATOM. Legacy version meant to be played with my other forks and ATOM.

View file

@ -1,6 +1,6 @@
{ {
"name": "bztin2", "name": "bztin2",
"version": "2.1.17", "version": "2.1.16",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "Tin - Legacy", "title": "Tin - Legacy",
"description": "Adds tin, solder and more to the base game.", "description": "Adds tin, solder and more to the base game.",
@ -9,9 +9,9 @@
"dependencies": [ "dependencies": [
"base >= 2.0.0", "base >= 2.0.0",
"? bzfoundry2 >= 2.0.0", "? bzfoundry2 >= 2.0.0",
"? bztitanium2 >= 2.0.27", "? bztitanium >= 1.2.0",
"? bzlead2 >= 2.0.29", "? bzlead2 >= 2.0.29",
"? bzzirconium2 >= 2.1.14", "? bzzirconium >= 0.6.0",
"? bztungsten2 >= 2.0.0", "? bztungsten2 >= 2.0.0",
"? bzcarbon2 >= 2.0.22", "? bzcarbon2 >= 2.0.22",
"? bzaluminum2 >= 0.4.9", "? bzaluminum2 >= 0.4.9",

View file

@ -20,7 +20,7 @@ if mods["space-age"] then
util.add_prerequisite("moon-discovery-cerys", "alloy-separation") util.add_prerequisite("moon-discovery-cerys", "alloy-separation")
end end
if mods["bztitanium2"] then if mods.bztitanium then
util.replace_ingredient("superconductor", "titanium-plate", "tin-plate") util.replace_ingredient("superconductor", "titanium-plate", "tin-plate")
else else
util.add_ingredient("superconductor", "tin-plate", 1) util.add_ingredient("superconductor", "tin-plate", 1)

File diff suppressed because it is too large Load diff