Xalcon / EnergyConverters

Simple mod which provides a few blocks which can convert energy from and to EU or RF
MIT License
12 stars 17 forks source link

Gracefully Remove RF Support #42

Closed Xalcon closed 4 years ago

Xalcon commented 5 years ago

In the past months I've gotten a lot of support requests regarding RF support "not working". All cases were due to misinformation about compatibility between RF and FE. At the moment, there is no mod (to my knowledge) that only implements the RF API without also supporting the FE api, making RF completely redundant.

Removing explicit support for RF could help reducing confusion as well as improve maintainability of the project since we can remove a dependency.

The removal will happen in 2 steps:

Step 1

Step 2

Xalcon commented 4 years ago

Step 1 has been implemented for a while. So I'll be closing this.