Page 1 of 1

15.22: Recipe with really high fluid output won't work

Posted: Wed Jun 21, 2017 7:25 pm
by Frontrider
What did you do?
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 know that its an awkward recipe, but I wanted only a really small mateial investment.
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.

Re: 15.22: Recipe with really high fluid output won't work

Posted: Wed Jun 21, 2017 8:52 pm
by orzelek
I think that you exceeded machines output fluid box size.
You might need to make new machine for this recipe with very big output fluid box.

Re: 15.22: Recipe with really high fluid output won't work

Posted: Thu Jun 22, 2017 12:00 pm
by Rseding91
Can you please post the mod and a save file showing the problem?