[Rseding91] Rocket-part in FlowStatistics ?

This subforum contains all the issues which we already resolved.
Post Reply
User avatar
binbinhfr
Smart Inserter
Smart Inserter
Posts: 1524
Joined: Sat Feb 27, 2016 7:37 pm
Contact:

[Rseding91] Rocket-part in FlowStatistics ?

Post by binbinhfr »

Hi guys,

The rocket-part production does not seem to appear in the LuaFlowStatistics data.
Or am I blind again ? Then Rseding91 will taunt me again... :-)
My mods on the Factorio Mod Portal :geek:

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

Re: Rocket-part in FlowStatistics ?

Post by Rseding91 »

"rocket parts" aren't an actual item so they don't show in the item production stats.
If you want to get ahold of me I'm almost always on Discord.

User avatar
binbinhfr
Smart Inserter
Smart Inserter
Posts: 1524
Joined: Sat Feb 27, 2016 7:37 pm
Contact:

Re: Rocket-part in FlowStatistics ?

Post by binbinhfr »

Code: Select all

  {
    type = "item",
    name = "rocket-part",
    icon = "__base__/graphics/icons/rocket-part.png",
    flags = {"goes-to-main-inventory", "hidden"},
    subgroup = "intermediate-product",
    order = "o[rocket-part]",
    stack_size = 5
  },
and

Code: Select all

  {
    type = "recipe",
    name = "rocket-part",
    energy_required = 3,
    enabled = false,
    hidden = true,
    category = "rocket-building",
    ingredients =
    {
      {"low-density-structure", 10},
      {"rocket-fuel", 10},
      {"rocket-control-unit", 10}
    },
    result= "rocket-part"
  },
the recipe is hidden, but the item seems to exist.
As it is the ultimate product of the game (with the satellite), it would be nice to have its production number (for my forcoming prod/stats mod ;-) )
My mods on the Factorio Mod Portal :geek:

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

Re: [Rseding91] Rocket-part in FlowStatistics ?

Post by Rseding91 »

Fixed for 0.13.9.
If you want to get ahold of me I'm almost always on Discord.

User avatar
binbinhfr
Smart Inserter
Smart Inserter
Posts: 1524
Joined: Sat Feb 27, 2016 7:37 pm
Contact:

Re: [Rseding91] Rocket-part in FlowStatistics ?

Post by binbinhfr »

Rseding91 wrote:Fixed for 0.13.9.
cool ! thx guy !
My mods on the Factorio Mod Portal :geek:

Post Reply

Return to “Resolved Problems and Bugs”