We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes I Have
Treat IC2 power tier 2+ as GC power tier 2, making tier2 GC machines able to boost when supplied with IC2 MV or higher voltage.
No response
https://github.com/TeamGalacticraft/Galacticraft-Legacy/blob/master-1.12/src/main/java/micdoodle8/mods/galacticraft/core/energy/grid/EnergyNetwork.java#L298 After here, invoke ic2.api.energy.tile.IEnergySink.getSinkTier() method to get IC2 voltage, and apply this.producersTierGC=2 if the voltage is >=2
ic2.api.energy.tile.IEnergySink.getSinkTier()
this.producersTierGC=2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Searched For Existing Request?
Yes I Have
Feature Description
Treat IC2 power tier 2+ as GC power tier 2, making tier2 GC machines able to boost when supplied with IC2 MV or higher voltage.
Screenshots and Videos
No response
Additional Context
https://github.com/TeamGalacticraft/Galacticraft-Legacy/blob/master-1.12/src/main/java/micdoodle8/mods/galacticraft/core/energy/grid/EnergyNetwork.java#L298
After here, invoke
ic2.api.energy.tile.IEnergySink.getSinkTier()
method to get IC2 voltage, and applythis.producersTierGC=2
if the voltage is >=2The text was updated successfully, but these errors were encountered: