changed inputs for ceramic recipe

This commit is contained in:
PreLeyZero 2022-03-24 00:09:41 +01:00
parent 66b8896b76
commit 680f9943ad

View file

@ -1140,12 +1140,11 @@ data:extend({
enabled = 'false',
category = 'el_arc_furnace_category',
ingredients = {
{type="fluid", name="steam", amount=100},
{type="item", name="stone", amount=2},
{type="item", name="coal", amount=1},
{type="item", name="stone", amount=4},
{type="item", name="coal", amount=3},
},
results = {
{type="item", name="el_materials_ceramic", amount=2},
{type="item", name="el_materials_ceramic", amount=1},
},
energy_required = 1,
order = 'a-b',