solar cell recipe cheaper

This commit is contained in:
Brevven 2021-06-26 21:22:45 -07:00
parent 58a136c0e9
commit 174f42129b
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "bzsilicon", "name": "bzsilicon",
"version": "0.7.1", "version": "0.7.2",
"factorio_version": "1.1", "factorio_version": "1.1",
"title": "Silica & Silicon", "title": "Silica & Silicon",
"author": "Brevven", "author": "Brevven",

View file

@ -128,11 +128,11 @@ data:extend({
enabled = false, enabled = false,
energy_required = 2, energy_required = 2,
ingredients = (mods["bzlead"] and not mods["angelssmelting"] and { ingredients = (mods["bzlead"] and not mods["angelssmelting"] and {
{type= "item", name="silicon", amount=2}, {type= "item", name="silicon", amount=1},
{type= "item", name="electronic-circuit", amount=1}, {type= "item", name="electronic-circuit", amount=1},
{type= "item", name="lead-plate", amount=1}, {type= "item", name="lead-plate", amount=1},
} or { } or {
{type= "item", name="silicon", amount=2}, {type= "item", name="silicon", amount=1},
{type= "item", name="electronic-circuit", amount=1}, {type= "item", name="electronic-circuit", amount=1},
}), }),
result = "solar-cell", result = "solar-cell",