Difference between configuration and actual values.
MrChuw opened this issue ยท 2 comments
Describe the bug
A clear and concise description of what the bug is and Flux Networks version.
In the configurations, the value you can set is configured for Long.MAX_VALUE
, but the limits on plugs, points, etc., are hardcoded to Integer.MAX_VALUE
. Could you please change the limits to Long.MAX_VALUE
?
The Forge Energy API has a limitation of Integer.MAX, whether or not there is a hardcoded Integer.MAX, the transfer limit will not exceed Integer.MAX. Didn't you see that this method returns an int
. Only mods that implement Flux Energy API can have Long.MAX limit.