Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OCing past MAX voltage #2600

Closed
IncandescenceSy opened this issue Aug 29, 2024 · 1 comment
Closed

Add OCing past MAX voltage #2600

IncandescenceSy opened this issue Aug 29, 2024 · 1 comment

Comments

@IncandescenceSy
Copy link
Contributor

IncandescenceSy commented Aug 29, 2024

GregTech CEu Version

v2.8.10

Your Solution

Machines can't overclock past MAX voltage, even though most of the code that could support it (such as using longs for power) is already in place. Base CEu wouldn't use it for anything currently, but it adds room for future expansion and for pack and addon devs

It should be simple enough to implement by adding an array of every voltage until max long and using it for getNumberOfOCs() and getOverclockForTier(), and making machines display the voltage as "MAX+" or perhaps "MAX+1", "MAX+2", etc

@IncandescenceSy
Copy link
Contributor Author

Implemented by #2611

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant