diff --git a/changelog.txt b/changelog.txt index 95742f0..32287e4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.12 +Date: 2025-01-03 + Changes: + - Capture bot rocket requires titanium instead of steel +--------------------------------------------------------------------------------------------------- Version: 2.0.11 Date: 2025-01-01 Changes: diff --git a/info.json b/info.json index 9a3271a..f65720b 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "2.0.11", + "version": "2.0.12", "factorio_version": "2.0", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe-updates.lua b/titanium-recipe-updates.lua index 3309d05..8efa77e 100644 --- a/titanium-recipe-updates.lua +++ b/titanium-recipe-updates.lua @@ -9,6 +9,7 @@ if mods["space-age"] then util.replace_ingredient("electromagnetic-plant", "steel-plate", util.me.titanium_plate) util.add_ingredient("superconductor", util.me.titanium_plate, 1) util.add_product("scrap-recycling", {type="item", name=util.me.titanium_plate, amount=1, probability=0.01}) + util.replace_ingredient("capture-bot-rocket", "steel-plate", "titanium-plate") util.add_unlock("foundry", "titanium-sublimation") util.add_unlock("foundry", "titanium-in-foundry")