
Unlock FE-EU ratio in config
Closed this issue ยท 1 comments
Cross-mod Integration
No response
Minecraft Version
Both
Feature Description
Currently as of 7.1.2 (for MC 1.20.1), the config value for FE-EU conversion ratio is restricted between 1 through 16.
When trying to change to a value higher than 16, the value is clamped down to 16 when Minecraft boots up.
Therefore I would like for the value to be unlocked, possibly with the maximum 2147483647 if able, or more reasonable value such as 32767 FE to 1EU.
For context, there is a certain mod I use which generates FE too easily. Although I can change the FE requirement of recipes to compensate, I can't change the generation.
The value I'm intending to use is nowhere near that high, only 256:1.
GregTech-Modern/src/main/java/com/gregtechceu/gtceu/config/ConfigHolder.java
Lines 185 to 196 in 3309159
Handled by Pull #3656