I made the following recipe:
Code: Select all
{
type = "recipe",
name = "hydrogen-recipe",
category = "chemistry",
enabled = false,
energy_required = 100000,
ingredients =
{
{type="fluid", name="water", amount=100000},
{type="item", name="copper-plate", amount=1}
},
results=
{
{type="fluid", name="gas-hydrogen", amount=200000},
},
icon = "__hydrogen-fuel-for-all-your-needs__/graphics/icons/hydrogen-gas.png",
subgroup = "fluid-recipes",
order = "a[gas]-c[hydrogen]",
allow_decomposition = false
},
I'll probably change it even if its fixed, but it should still work.
What happened?
The machine didn't start after all ingredients were provided.
What did you expect to happen instead? It might be obvious to you, but do it anyway!
A really slow crafting process.