Integrated Dynamics

Integrated Dynamics

63M Downloads

Correct FE display

Seceroth opened this issue · 2 comments

commented

Issue type:

  • ➕ Feature request

Short description:

Currently, using version 1.16.5-1.6.1 (modpack Enigmatica 6 v0.4.8), the maximum counted FE stored in the network does not exceed the 32 bit max int, however the maximum total possible FE stored does. Would like it to be able to correctly display how much is stored instead. Using only the ID Energy batteries to store my power at the moment.

Screenshot showing a network reader's output of current energy and a terminal showing the max int:
2021-04-17_10 37 28

commented

Thanks for the suggestion!

commented

Note to self: change IngredientComponent<Integer, Boolean> to IngredientComponent<Long, Boolean>