Suggestion: soft dependency on Redstone Flux
Closed this issue ยท 3 comments
Currently, this mod (through Brandon's Core) has a hard dependency on Redstone Flux. Now that it supports Forge Energy, can the dependency on Redstone Flux be changed to a soft dependency, via the @Optional
annotation?
Not easily because the entire energy back end is based on RF with FE patched on top as a backup power system. But if i ever need to do a complete re write of the power system i will probably make this change.