Fix K2 matter deconversion only for plate

This commit is contained in:
pla 2025-10-27 16:53:47 +01:00
parent fa663a1d6e
commit 78169b9169
No known key found for this signature in database

View file

@ -43,11 +43,11 @@ matter.make_recipes({
unlocked_by = "cobalt-matter-processing"
})
matter.make_recipes({
matter.make_deconversion_recipe({
material = { type = "item", name = "cobalt-plate", amount = 10 },
matter_count = 10,
energy_required = 3,
only_deconversion = true,
-- only_deconversion = true,
needs_stabilizer = true,
unlocked_by = "cobalt-matter-processing"
})