From f497553600a56f11b57799f05fd5de2c38bec9e5 Mon Sep 17 00:00:00 2001 From: pla Date: Mon, 27 Oct 2025 16:54:54 +0100 Subject: [PATCH] Fix K2 only deconversion for plate --- Chromium2/prototypes/chromium-matter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chromium2/prototypes/chromium-matter.lua b/Chromium2/prototypes/chromium-matter.lua index 69f2c03..208bbbe 100644 --- a/Chromium2/prototypes/chromium-matter.lua +++ b/Chromium2/prototypes/chromium-matter.lua @@ -43,11 +43,11 @@ if mods["Krastorio2"] then unlocked_by = "chromium-matter-processing" }) - matter.make_recipes({ + matter.make_deconversion_recipe({ material = { type = "item", name = "chromium-plate", amount = 10 }, matter_count = 10, energy_required = 3, - only_deconversion = true, + -- only_deconversion = true, needs_stabilizer = true, unlocked_by = "chromium-matter-processing" })