mekanism / Mekanism-Feature-Requests

All enhancements and feature requests for Mekanism (for current and future releases) should go here.
11 stars 4 forks source link

Fission Reactor Coolant Capacity Cap #573

Closed AVASSON closed 1 year ago

AVASSON commented 1 year ago

Describe the feature you'd like

Hello, I would like to ask, how to make the coolant capacity of the fission reactor exceed the upper limit of 2147483647 by modifying the source code?

Describe alternatives you've considered

No response

Additional context

No response

Jorue23 commented 1 year ago

That's not possible cause 2147483647 is the biggest possible integer in java.

AVASSON commented 1 year ago

But the upper limit of the long type is larger than this

pupnewfster commented 1 year ago

Yes but fluids use internet which is not changeable by us