From 73993d975f9db009d1cfaf663d359fc9f39c7327 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 4 Jan 2025 04:37:26 -0800 Subject: [PATCH] capture bot rocket --- changelog.txt | 5 +++++ info.json | 2 +- titanium-recipe-updates.lua | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) 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")