Page 1 of 1
[Rseding91] Rocket-part in FlowStatistics ?
Posted: Thu Jul 14, 2016 2:25 pm
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...
Re: Rocket-part in FlowStatistics ?
Posted: Thu Jul 14, 2016 2:38 pm
by Rseding91
"rocket parts" aren't an actual item so they don't show in the item production stats.
Re: Rocket-part in FlowStatistics ?
Posted: Thu Jul 14, 2016 2:53 pm
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
)
Re: [Rseding91] Rocket-part in FlowStatistics ?
Posted: Thu Jul 14, 2016 6:56 pm
by Rseding91
Fixed for 0.13.9.
Re: [Rseding91] Rocket-part in FlowStatistics ?
Posted: Fri Jul 15, 2016 9:25 am
by binbinhfr
Rseding91 wrote:Fixed for 0.13.9.
cool ! thx guy !