From e62f04580a9a9be74cae9883fee888c3798df6b2 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 16 Mar 2026 00:14:20 +0100 Subject: [PATCH] 248k fixes --- Tantalite2/prototypes/tantalum-recipe.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tantalite2/prototypes/tantalum-recipe.lua b/Tantalite2/prototypes/tantalum-recipe.lua index 9a31245..ac13d3b 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