From b2379caeec3c952598c6c53fc938fa56e6228be9 Mon Sep 17 00:00:00 2001 From: Morganite Date: Mon, 16 Feb 2026 01:40:48 -0600 Subject: [PATCH 1/2] Add unlock for dirty-water-filtration-tantalite --- Tantalite2/prototypes/tantalite-enriched.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Tantalite2/prototypes/tantalite-enriched.lua b/Tantalite2/prototypes/tantalite-enriched.lua index f77c707..71ebfc5 100644 --- a/Tantalite2/prototypes/tantalite-enriched.lua +++ b/Tantalite2/prototypes/tantalite-enriched.lua @@ -112,6 +112,7 @@ data:extend( }) util.add_effect("kr-enriched-ores", { type = "unlock-recipe", recipe = "enriched-tantalite" }) util.add_effect("kr-enriched-ores", { type = "unlock-recipe", recipe = "enriched-tantalite-smelting" }) +util.add_effect("kr-enriched-ores", { type = "unlock-recipe", recipe = "dirty-water-filtration-tantalite" }) util.add_productivity("enriched-tantalite") From 5c14627761b086b0910eeb9c552d7eadc6309918 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 20 Feb 2026 17:39:52 +0100 Subject: [PATCH 2/2] 2.0.5 --- Tantalite2/changelog.txt | 5 +++++ Tantalite2/info.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Tantalite2/changelog.txt b/Tantalite2/changelog.txt index dd5df80..1b19a3a 100644 --- a/Tantalite2/changelog.txt +++ b/Tantalite2/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.5 +Date: 20.02.2026 + Bug Fixes: + - Add unlock for dirty-water-filtration-tantalite (thanks Morganite) +--------------------------------------------------------------------------------------------------- Version: 2.0.4 Date: 25.12.2025 Changes: diff --git a/Tantalite2/info.json b/Tantalite2/info.json index 6d6024b..8795c4d 100644 --- a/Tantalite2/info.json +++ b/Tantalite2/info.json @@ -1,6 +1,6 @@ { "name": "Tantalite2", - "version": "2.0.4", + "version": "2.0.5", "factorio_version": "2.0", "title": "Tantalite", "description": "Tantalite is a mod adding tantalum and niobium.\n\nThis mod is inspired by Brevven's BZ mods.",