For now I use Steel Chest and Requester Chest (because of the UI) but with deepcopy.
Now I want to make requester chest to consume power and used this for the start
Code: Select all
energy_source =
{
  type = "electric",
  usage_priority = "secondary-input",
  drain = "0.1kW"
}
Cannot I not modifier/add energy_source if I use deepcopy? LikeEntity is not electric-energy-interface
Code: Select all
table.deepcopy(data.raw["logistic-container"]["logistic-chest-requester"]) 

