Mods introducing new content into the game.
Version: 2.0.0
Date: 2026-07-26
Features:
- "passive-provider-chest", "active-provider-chest","storage-chest", "buffer-chest", "requester-chest"
.enabled = true
.ingredients = {
{type ="item", name = "steel-chest", amount=1},
{type ="item", name = "electronic-circuit", amount=3}
}
- data.raw["recipe"]["logistic-robot"].enabled = true
- data.raw["recipe"]["logistic-robot"].ingredients = {{type ="item", name = "electronic-circuit",amount=2}}
- data.raw["logistic-robot"]["logistic-robot"].max_energy = "15MJ"
- data.raw["logistic-robot"]["logistic-robot"].max_health = 1000
- data.raw["recipe"]["construction-robot"].enabled = true
- data.raw["recipe"]["construction-robot"].ingredients = {{type="item", name="electronic-circuit",amount= 2}}
- data.raw["construction-robot"]["construction-robot"].max_energy = "15MJ"
- data.raw["construction-robot"]["construction-robot"].max_health = 1000
- data.raw["recipe"]["roboport"].enabled = true
- data.raw["recipe"]["roboport"].ingredients = {{type="item", name="iron-plate",amount= 5}}
- data.raw["recipe"]["roboport"].energy_required = nil
- data.raw["roboport"]["roboport"].construction_radius = 100