From a8dba770963225f584a293d0efa3589bfa6da80b Mon Sep 17 00:00:00 2001 From: pla Date: Mon, 27 Oct 2025 16:56:33 +0100 Subject: [PATCH] Fix K2 matter deconversion only for plate --- Indium2/prototypes/indium-matter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indium2/prototypes/indium-matter.lua b/Indium2/prototypes/indium-matter.lua index 90f54df..5873bd6 100644 --- a/Indium2/prototypes/indium-matter.lua +++ b/Indium2/prototypes/indium-matter.lua @@ -43,11 +43,11 @@ matter.make_recipes({ unlocked_by = "indium-matter-processing" }) -matter.make_recipes({ +matter.make_deconversion_recipe({ material = { type = "item", name = "indium-plate", amount = 10 }, matter_count = 10, energy_required = 3, - only_deconversion = true, + -- only_deconversion = true, needs_stabilizer = true, unlocked_by = "indium-matter-processing" })