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

Fix MJ Producer drawing too much power. #60

Closed vladmarica closed 4 years ago

vladmarica commented 4 years ago

This PR fixes #59.

The MJ producer draws too much power from the Energy Bridge because it doesn't convert the used MJ back to internal units.

Here is the current behaviour - the MJ producer outputs 1MJ/t (the MJ Meter limits the rate to 1MJ/t), but the FE consumer draws 1000RF/t. image

Here is the behaviour after applying this patch - the MJ producer outputs 1MJ/t and the FE consumer correctly draws 15RF/t. image