forked from cacklingfiend/Indium2
Fix K2 matter deconversion only for plate
This commit is contained in:
parent
40a2b7b546
commit
89dfe716ea
1 changed files with 2 additions and 2 deletions
|
|
@ -43,11 +43,11 @@ matter.make_recipes({
|
||||||
unlocked_by = "indium-matter-processing"
|
unlocked_by = "indium-matter-processing"
|
||||||
})
|
})
|
||||||
|
|
||||||
matter.make_recipes({
|
matter.make_deconversion_recipe({
|
||||||
material = { type = "item", name = "indium-plate", amount = 10 },
|
material = { type = "item", name = "indium-plate", amount = 10 },
|
||||||
matter_count = 10,
|
matter_count = 10,
|
||||||
energy_required = 3,
|
energy_required = 3,
|
||||||
only_deconversion = true,
|
-- only_deconversion = true,
|
||||||
needs_stabilizer = true,
|
needs_stabilizer = true,
|
||||||
unlocked_by = "indium-matter-processing"
|
unlocked_by = "indium-matter-processing"
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue