GregTechCEu Modern

GregTechCEu Modern

6M Downloads

Convert FEContainer Class from int to long

tsbreuer opened this issue ยท 0 comments

commented

Cross-mod Integration

Fluxnetworks

Minecraft Version

Both

Feature Description

Convert the FEContainer class functions to use long instead of int.

Arround UHV you start getting issues where you cant give Energy converters enough power with flux points because the converters cant store enough power in a single tick.

Here's the relevant class

https://github.com/GregTechCEu/GregTech-Modern/blob/1.20.1/src/main/java/com/gregtechceu/gtceu/common/machine/trait/ConverterTrait.java#L95

Should be a fairly simple change