Fix K2 matter recipes and tech #2

Merged
cacklingfiend merged 3 commits from pla/Indium2:k2-matter into main 2025-11-01 12:56:41 +01:00
Showing only changes of commit 89dfe716ea - Show all commits

View file

@ -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"
})