From b2379caeec3c952598c6c53fc938fa56e6228be9 Mon Sep 17 00:00:00 2001 From: Morganite Date: Mon, 16 Feb 2026 01:40:48 -0600 Subject: [PATCH 1/3] 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/3] 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.", From 1d76a596766c041be2bd0ce9965b6bd31edc2c27 Mon Sep 17 00:00:00 2001 From: Morganite Date: Mon, 23 Feb 2026 22:30:44 -0600 Subject: [PATCH 3/3] 248k update fixes --- Tantalite2/info.json | 2 +- Tantalite2/prototypes/niobium-recipe.lua | 2 +- Tantalite2/prototypes/tantalum-recipe.lua | 2 +- Tantalite2/recipe-modify.lua | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Tantalite2/info.json b/Tantalite2/info.json index 6d6024b..f712dc5 100644 --- a/Tantalite2/info.json +++ b/Tantalite2/info.json @@ -8,7 +8,7 @@ "homepage": "https://discord.gg/ufvFUJtVwk", "dependencies": [ "base >= 2.0.0", - "? 248k-Redux", + "? 248k-Redux >= 0.1.35", "? aai-industry", "? aai-vehicles-miner", "? angelsaddons-cab", diff --git a/Tantalite2/prototypes/niobium-recipe.lua b/Tantalite2/prototypes/niobium-recipe.lua index 067ccf3..0e4b324 100644 --- a/Tantalite2/prototypes/niobium-recipe.lua +++ b/Tantalite2/prototypes/niobium-recipe.lua @@ -140,7 +140,7 @@ if mods["248k-Redux"] and mods["space-exploration"] then order = "h", enabled = false, energy_required = 8, - ingredients = {{type="item", name="niobium-plate", amount = 1}, {type="item", name="fu_materials_energy_crystal", amount=1}, { type = "fluid", name = "se-liquid-rocket-fuel", amount = 10 }}, + ingredients = {{type="item", name="niobium-plate", amount = 1}, {type="item", name="fu_energy_crystal", amount=1}, { type = "fluid", name = "se-liquid-rocket-fuel", amount = 10 }}, results = {{ type = "fluid", name = "se-pyroflux", amount = 10 }}, } }) diff --git a/Tantalite2/prototypes/tantalum-recipe.lua b/Tantalite2/prototypes/tantalum-recipe.lua index 024f41e..e569c76 100644 --- a/Tantalite2/prototypes/tantalum-recipe.lua +++ b/Tantalite2/prototypes/tantalum-recipe.lua @@ -30,7 +30,7 @@ if mods["248k-Redux"] then enabled = false, energy_required = 14, ingredients = { { type = "item", name = "thorium-ore", amount = 10 } }, - results = { { type = "item", name = "fi_thorium232_item", amount = 1 } }, + results = { { type = "item", name = "fi_thorium232", amount = 1 } }, } }) util.add_unlock("uranium-processing", "thorium-processing") --maybe add its own tech later diff --git a/Tantalite2/recipe-modify.lua b/Tantalite2/recipe-modify.lua index 152a249..ba430f8 100644 --- a/Tantalite2/recipe-modify.lua +++ b/Tantalite2/recipe-modify.lua @@ -53,8 +53,8 @@ if mods["aai-industry"] then util.replace_ingredient("se-fluid-burner-generator", "electric-motor", "advanced-multi-cylinder-engine", 5) end if mods["248k-Redux"] then - util.replace_ingredient("fi_refinery_recipe", "engine-unit", "advanced-multi-cylinder-engine", 10) - util.remove_ingredient("fi_refinery_recipe",mods["IfNickel-Updated"] and "advanced-flow-controller") + util.replace_ingredient("fi_refinery", "engine-unit", "advanced-multi-cylinder-engine", 10) + util.remove_ingredient("fi_refinery",mods["IfNickel-Updated"] and "advanced-flow-controller") end if mods["FluidMustFlow"] then util.replace_ingredient("duct-end-point-intake", "engine-unit", "advanced-multi-cylinder-engine", 3) @@ -69,7 +69,7 @@ if mods["aai-industry"] then end if mods["248k-Redux"] then - util.add_ingredient("fi_robo_port_recipe", "tantalum-titanium-beam", 10) + util.add_ingredient("fi_robo_port", "tantalum-titanium-beam", 10) end if mods["bobassembly"] then