You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't follow the logic here. The tooltip will show both the effective rate (transferRatePerTick) and also the rate per graph tick (which is that formula there). This is done because conduit graphs tick only 4 times per second.
If I'm missing something obvious though do point it out :)
Because ticks 4 times per second but the graph tick rate is 5 (20 / 4).
For example of the lowest tier of fluid conduit, its extraction rate is 50mB/t which equals to 1000mB/s. But using the mentioned formular, every graph tick only transfer 200mB, with 4 graph ticks per second, gives a total 800mB/s.
EnderIO/enderio-conduits/src/main/java/com/enderio/conduits/common/conduit/type/fluid/FluidConduitTicker.java
Line 28 in 397c648
This means
realFluidRate = tooltipFluidRate * 20 / (tickRate * tickRate)
, which is 4/5 of the fluid rate shown in tooltip in default settings.The text was updated successfully, but these errors were encountered: