Powering AE directly will crash
KuroPeach opened this issue ยท 2 comments
Powering AE directly will crash
https://paste.ubuntu.com/p/TB9JyDtRYz/
To prevent this crash, you need to blacklist AE energy cells as well as the energy acceptor in the Flux Network config. The config change is supplied below, copy it and replace what is in your current config in the blacklist section.
blacklists {
# a blacklist for blocks which flux connections shouldn't connect to, use format 'modid:name'
S:"Block Connection Blacklist" <
actuallyadditions:block_phantom_energyface
appliedenergistics2:energy_acceptor
appliedenergistics2:dense_energy_cell
appliedenergistics2:energy_cell
>
# a blacklist for items which the Flux Controller shouldn't transfer to, use format 'modid:name'
S:"Item Transfer Blacklist" <
appliedenergistics2:energy_acceptor
appliedenergistics2:dense_energy_cell
appliedenergistics2:energy_cell
>
}