data:extend({ { type = "recipe", name = "logistic-robot-powered", enabled = false, energy_required = 0.25, ingredients = { {"logistic-robot", 5}, {"fusion-reactor-equipment", 1}, }, results = { {type="item", name="logistic-robot-powered", amount=5}, } }, { type = "recipe", name = "construction-robot-powered", enabled = false, energy_required = 0.25, ingredients = { {"construction-robot", 5}, {"fusion-reactor-equipment", 1}, }, results = { {type="item", name="contruction-robot-powered", amount=5}, } }, { type = "recipe", name = "fast-logistic-robot", enabled = false, energy_required = 0.25, ingredients = { {"logistic-robot", 5}, {"fast-inserter", 5}, {"advanced-circuit", 5}, {"electronic-circuit", 5}, }, results = { {type="item", name="fast-logistic-robot", amount=5}, } }, { type = "recipe", name = "fast-construction-robot", enabled = false, energy_required = 0.25, ingredients = { {"construction-robot", 5}, {"fast-inserter", 5}, {"advanced-circuit", 5}, {"electronic-circuit", 5}, }, results = { {type="item", name="fast-contruction-robot", amount=5}, } }, { type = "recipe", name = "fast-logistic-robot-powered", enabled = false, energy_required = 0.25, ingredients = { {"fast-logistic-robot", 5}, {"fusion-reactor-equipment", 1}, }, results = { {type="item", name="fast-logistic-robot-powered", amount=5}, } }, { type = "recipe", name = "fast-construction-robot-powered", enabled = false, energy_required = 0.25, ingredients = { {"fast-construction-robot", 5}, {"fusion-reactor-equipment", 1}, }, results = { {type="item", name="fast-contruction-robot-powered", amount=5}, } }, { type = "recipe", name = "express-logistic-robot", enabled = false, energy_required = 0.25, ingredients = { {"fast-logistic-robot", 5}, {"stack-inserter", 5}, {"processing-unit", 5}, {"advanced-circuit", 5}, {"electronic-circuit", 5}, }, results = { {type="item", name="express-logistic-robot", amount=5}, } }, { type = "recipe", name = "express-construction-robot", enabled = false, energy_required = 0.25, ingredients = { {"fast-construction-robot", 5}, {"stack-inserter", 5}, {"processing-unit", 5}, {"advanced-circuit", 5}, {"electronic-circuit", 5}, }, results = { {type="item", name="express-contruction-robot", amount=5}, } }, { type = "recipe", name = "express-logistic-robot-powered", enabled = false, energy_required = 0.25, ingredients = { {"express-logistic-robot", 5}, {"fusion-reactor-equipment", 1}, }, results = { {type="item", name="express-logistic-robot-powered", amount=5}, } }, { type = "recipe", name = "express-construction-robot-powered", enabled = false, energy_required = 0.25, ingredients = { {"express-construction-robot", 5}, {"fusion-reactor-equipment", 1}, }, results = { {type="item", name="express-contruction-robot-powered", amount=5}, } }, })