added recipe for ceramic
This commit is contained in:
parent
51362e2b6f
commit
f27530cc8b
4 changed files with 33 additions and 1 deletions
|
@ -242,6 +242,10 @@ data:extend({
|
|||
type = 'unlock-recipe',
|
||||
recipe = 'el_ceramic_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'el_ceramic_1_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'el_ALK_recipe',
|
||||
|
|
|
@ -1134,6 +1134,22 @@ data:extend({
|
|||
energy_required = 1,
|
||||
order = 'a-b',
|
||||
},
|
||||
{
|
||||
name = 'el_ceramic_1_recipe',
|
||||
type = 'recipe',
|
||||
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},
|
||||
},
|
||||
results = {
|
||||
{type="item", name="el_materials_ceramic", amount=2},
|
||||
},
|
||||
energy_required = 1,
|
||||
order = 'a-b',
|
||||
},
|
||||
{
|
||||
name = 'el_ALK_recipe',
|
||||
type = 'recipe',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue