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

@ -128,11 +128,11 @@ data:extend({
enabled = false,
energy_required = 2,
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="lead-plate", amount=1},
} or {
{type= "item", name="silicon", amount=2},
{type= "item", name="silicon", amount=1},
{type= "item", name="electronic-circuit", amount=1},
}),
result = "solar-cell",