maybe, but all the solar power mods are about that. they all give you free micro solar power plants that you have to do nothing for.
i thought you were more interested in balance since your multiplier is just x4 instead of x10 per generation like the others.
the solar power field is already super small when you have just 8 or 16 solar panels in one (my 250 mw field currently consists of mk2 panels (x2))
i think you should also make a new subgroup for solar panels
just change items.lua:
- new panels into subgroup = "solarpower"
- data:extend({ {
type = "item-subgroup",
name = "solarpower",
group = "production",
order = "b",
}, ...
- and
data.raw.item["solar-panel"].subgroup = "solarpower"
data.raw.item["accumulator"].subgroup = "solarpower"