After server restarts need to break and place ender cell for it to start drawing power from connected mekanism cable/gen
onlyamonth opened this issue ยท 2 comments
Version: (make sure you are on the latest version before reporting):
- Minecraft: 1.16.4
- Forge: forge-1.16.4-35.1.36
- Powah: Powah-1.16.4-2.3.7
Issue description:
I have an ender cell in a force loaded chunk connected by Mekanism advanced cables to Mekanism wind generators.
On server start, this cell does not draw power from the cable/generators.
Breaking and re-placing the block fixes the issue.
Steps to reproduce:
Place an ender cell with any energy cell loaded, connect via mekanism power cables to mekanism power generators, Restart server.
Is this a crash?, please includ it here: (Recommended to use Gist)
No
Further info: this happens when the cell is in "REC/EXT mode" for all sides.
This does NOT happen (i.e. the cell behaves correctly) if it is in REC mode only.
Changing the cell to REC mode after restart gets it to behave again.
Theory: On world load the cell gets stuck trying to send power to the attached generators that have room in their storage buffers and doesn't break out of this once the generators are full, so never tries to pull from them once they fill up.
Bit of a guess based on how it feels.