[Suggestion] Add config option to enable tiers past UHV
Annwan opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
I would like to enable machine tiers past UHV in my modpack, currently it requires editing the source code and using a patched version of the mod. Which is long and tedious to setup.
Describe the solution you'd like
When reading through the code I found it is all controlled by the boolean flag HT
in gregtech.api.GTValues
Would it be possible to expose it as a configuration option?
Found other reference about this value but it's unused on GTCEu itself.
GregTech/src/main/java/gregtech/common/metatileentities/MetaTileEntities.java
Lines 811 to 820 in 2d9796a
These functions are control Maps and there's comment on definition.
GregTech/src/main/java/gregtech/common/metatileentities/MetaTileEntities.java
Lines 129 to 131 in 2d9796a