This addon allows to use the RF and MJ APIs from the IC2 energy net. The transition is without converter blocks or nasty hacks, it's just using the delegate capabilities of the IC2 energy net API to do so.
The conversion ratios are currently fixed and rather arbitrary, this addon is mostly a proof of concept.
EU <-> RF 3:50
EU <-> MJ 3:1
Dis-/charging RF items from any IC2 dis-/charge slot is supported as well. You can run wires directly between RF or MJ blocks.
Limitations:
- MJ -> EU is not supported due to BC 6.0 API limitations, it may be doable once I port to BC 6.1.
- Minor loss may happen with RF due to rounding issues.
- Performance may suffer due to RF API limitations, it's not possible to check if a side is input or output directly and statically.
- The lack of direct notifications about placement, removal, connectivity changes etc. requires polling which isn't ideal.
- RF input/output detection may not always work properly.
- The IC2 1.7.10 energy net api doesn't expose directions everywhere, potentially causing unexpected results with blocks having multiple internal energy storages.
- Connecting to TE engines doesn't work as they don't expose their storage.
- There are no configuration capabilities.
Don't forget to backup your world regularly.