changed inputs for ceramic recipe
This commit is contained in:
parent
66b8896b76
commit
680f9943ad
1 changed files with 3 additions and 4 deletions
|
@ -1140,12 +1140,11 @@ data:extend({
|
||||||
enabled = 'false',
|
enabled = 'false',
|
||||||
category = 'el_arc_furnace_category',
|
category = 'el_arc_furnace_category',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type="fluid", name="steam", amount=100},
|
{type="item", name="stone", amount=4},
|
||||||
{type="item", name="stone", amount=2},
|
{type="item", name="coal", amount=3},
|
||||||
{type="item", name="coal", amount=1},
|
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{type="item", name="el_materials_ceramic", amount=2},
|
{type="item", name="el_materials_ceramic", amount=1},
|
||||||
},
|
},
|
||||||
energy_required = 1,
|
energy_required = 1,
|
||||||
order = 'a-b',
|
order = 'a-b',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue