From 46d80590d2a0dc9b770eeaed5fefdfb4ec334fc6 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 16 Mar 2026 12:36:02 +0100 Subject: [PATCH] 248k update fixes --- ChemistryForYou2/prototypes/recipes.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChemistryForYou2/prototypes/recipes.lua b/ChemistryForYou2/prototypes/recipes.lua index 9a75a38..2f5920f 100644 --- a/ChemistryForYou2/prototypes/recipes.lua +++ b/ChemistryForYou2/prototypes/recipes.lua @@ -577,8 +577,8 @@ local science_pack = "__ChemistryForYou2__/graphics/icons/productivity-science-p order = "a-b", enabled = false, energy_required = 60, - ingredients = {data.raw.fluid["kr-nitric-acid"] and {type="fluid", name="kr-nitric-acid", amount=100} or {type="fluid", name="sulfuric-acid", amount=100}, {type="item", name="fi_materials_waste", amount=1}}, - results = {{type="item", name="fi_plutonium239_item", amount=1, probability=0.05}, {type="item", name="uranium-238", amount=1, probability=0.1}, {type="item", name="fi_thorium232", amount=1, probability=0.2}}, + ingredients = {data.raw.fluid["kr-nitric-acid"] and {type="fluid", name="kr-nitric-acid", amount=100} or {type="fluid", name="sulfuric-acid", amount=100}, {type="item", name="fi_waste", amount=1}}, + results = {{type="item", name="fi_plutonium239", amount=1, probability=0.05}, {type="item", name="uranium-238", amount=1, probability=0.1}, {type="item", name="fi_thorium232", amount=1, probability=0.2}}, } }) end @@ -1120,7 +1120,7 @@ if mods["space-exploration"] then util.add_productivity("vitalic-purification") table.insert(data.raw.lab["se-space-science-lab"].inputs, "productivity-science-pack") if mods["248k-Redux"] then - local deep_space_ore_enrichment_ingredients = {{type="item", name="fu_space_probe_ore_item", amount=10}} + local deep_space_ore_enrichment_ingredients = {{type="item", name="fu_space_probe_ore", amount=10}} if data.raw.item["cobalt-nanotubes"] then table.insert(deep_space_ore_enrichment_ingredients, {type="item", name="cobalt-nanotubes", amount=8}) end