From ea617d3382e0cc891a202b656b46b41955811dfa Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 13 Oct 2025 16:01:38 +0200 Subject: [PATCH] Add missing ingredient types --- Chromium2/recipe-modify.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chromium2/recipe-modify.lua b/Chromium2/recipe-modify.lua index 21a2983..2aaa1e2 100644 --- a/Chromium2/recipe-modify.lua +++ b/Chromium2/recipe-modify.lua @@ -47,7 +47,7 @@ if mods["bobassembly"] then end if mods["space-exploration"] then - util.add_product(mods["space-exploration"] and "se-scrap-recycling", {name="chromium-ore", amount=1, probability=0.05}) + util.add_product(mods["space-exploration"] and "se-scrap-recycling", { type = "item", name = "chromium-ore", amount=1, probability=0.05}) util.remove_ingredient("se-space-assembling-machine", "low-density-structure") util.remove_ingredient("se-space-assembling-machine", "se-heat-shielding")