Crashed when using flux power cable with mekanism.
IchigoGames opened this issue ยท 2 comments
- Minecraft: 1.15.2
- **Forge:**31.1.30
- Flux: flux-4.12.4
Steps to Reproduce:
- ...connect any gen flux or other to a mek engery cube and transfer power use flux power cables
- ...then brake with a pick and crash
Description of issue:
reporting this to you and mek dev as i dont know whos issue it is but connecting mek to flux with flux cabbles crashed singeplayer and server only if using flux power cable.
Even though Energy Cable is a ticking tile entity in this crash report, it is Mekanism fault.
Source of this problem: LazyOptional
containing ForgeEnergyIntegration
(from Mekanism) is not invalidated when Energy Cube is removed.
Flux removes invalid energy capabilities automatically, so no changes are needed here.