Please allow productivity modules to be used by rocket control unit
In 2.1 productivity modules support needs to be specified explicitly, by setting
allow_productivity = true
in the recipe definition
Adding it did help me
{
type = "recipe",
name = "rocket-control-unit",
energy_required = 30,
enabled = false,
categories = {"crafting"},
ingredients =
{
{type = "item", name = "processing-unit", amount = 1},
{type = "item", name = "speed-module", amount = 1}
},
results = {{type = "item", name = "rocket-control-unit", amount = 1}},
allow_productivity = true
},