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

Bugs that we were not able to reproduce, and/or are waiting for more detailed info.
Post Reply
Frontrider
Burner Inserter
Burner Inserter
Posts: 7
Joined: Wed Jun 14, 2017 8:41 am
Contact:

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

Post 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.

orzelek
Smart Inserter
Smart Inserter
Posts: 3912
Joined: Fri Apr 03, 2015 10:20 am
Contact:

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

Post 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.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13346
Joined: Wed Jun 11, 2014 5:23 am
Contact:

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

Post by Rseding91 »

Can you please post the mod and a save file showing the problem?
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Pending”