Flux Networks

Flux Networks

55M Downloads

Powering AE directly will crash

KuroPeach opened this issue ยท 2 comments

commented

Powering AE directly will crash
https://paste.ubuntu.com/p/TB9JyDtRYz/

commented

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 
     >
}

commented

Fixed: In the next version Flux Networks will not directly interface with AE2, you can transfer into your AE network with a Energy Acceptor only.