AnalyzeIO

AnalyzeIO

177k Downloads

Fix capacitor readings

Xalcon opened this issue ยท 1 comments

commented

The readings in the tooltip currently assumes that the value is the actual increase.
This is not the case - the value is just an indexer into an array of scaling values that get multiplied by this value.

https://github.com/SleepyTrousers/EnderIO/blob/1.10/src/main/java/crazypants/enderio/capacitor/Scaler.java#L31-L40

commented

Depending on the machine there are different scalers. Therefore, it is not feasable to add all the information to the Tooltip. We need an analyzer gui.