TechReborn / RebornCore

Reborn Core is a library used for many of the Tech Reborn team's mods, including Tech Reborn, Quantum Storage, Fluxed Redstone, Hardcore Map Reset, and many more.
MIT License
43 stars 51 forks source link

Completely move FE support to an ExternalPowerManager, removing the special case #97

Closed coderbot16 closed 5 years ago

coderbot16 commented 5 years ago

This PR resolves the hardcoding issue present in the previous PR in regards to FE support, and makes FE support done completely through ExternalPowerSystems. Also, TR blocks can be configured to not charge FE items, but this has the side effect of not charging TR items since they don't support EU yet.

General list of changes:

modmuss50 commented 5 years ago

I think this makes more sense, thanks.

coderbot16 commented 5 years ago

Sounds good, you're welcome! I'll fix up TechReborn-ModCompatibility now to adapt to the new API changes.