titanium plates/matter
This commit is contained in:
parent
77e58399f2
commit
ef8269575e
1 changed files with 24 additions and 26 deletions
|
|
@ -48,16 +48,14 @@ matter.createMatterRecipe(titanium_ore_matter)
|
||||||
|
|
||||||
local titanium_plate_matter =
|
local titanium_plate_matter =
|
||||||
{
|
{
|
||||||
item_name = "titanium-ore",
|
item_name = "titanium-plate",
|
||||||
minimum_conversion_quantity = 10,
|
minimum_conversion_quantity = 10,
|
||||||
matter_value = 14,
|
matter_value = 14,
|
||||||
energy_required = 1,
|
energy_required = 2,
|
||||||
|
only_deconversion = true,
|
||||||
need_stabilizer = true,
|
need_stabilizer = true,
|
||||||
unlocked_by_technology = "titanium-matter-processing"
|
unlocked_by_technology = "titanium-matter-processing"
|
||||||
}
|
}
|
||||||
matter.createMatterRecipe(titanium_ore_matter)
|
matter.createMatterRecipe(titanium_plate_matter)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue