So I thaught it might be as simple as adding the following from the power poles into entities.lua.
Code: Select all
	supply_area_distance = 2,
	radius_visualisation_picture =
    {
      filename = "__base__/graphics/entity/small-electric-pole/electric-pole-radius-visualization.png",
      width = 12,
      height = 12,
      priority = "extra-high-no-scale"
    },
	energy_source =
    {
      type = "electric",
      usage_priority = "secondary-input",
      emissions = 0.04 / 2.5
    },
    energy_usage = "10kW",Can anyone offer any advice?
Thanks

