Code: Select all
local test = table.deepcopy(data.raw["accumulator"]["accumulator"])
test.name = "test-accumulator"
test.energy_source.input_flow_limit = "40MW"
test.energy_source.buffer_capacity = "200MJ"
data:extend{test}
I've found that I need to do those two specific changes to the energy source in order for the bug to happen. If you remove one or the other, then it doesn't happen.
This is a minor issue and I can work around it, but I figured I'd report it anyway just in case.
Edit: perhaps this isn't just the status, but an actual electric charge issue. When I place a second accumulator, the first accumulator with the bugged status switches back to charging for a second or so, then finally switches to fully charged. So perhaps it's not actually fully charging it the first time around?
UPDATE: This is indeed an actual issue with the electric charge. When the status turns to normal instead of fully charged, it's because the entity only charged to 99.999999999% instead of 100%.