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