NuclearCraft

NuclearCraft

31M Downloads

[Suggestion] more OpenComputers functions

C4PTRAMPAGE opened this issue ยท 1 comments

commented

please add more functions for fission reactors, for example:

getMaxEnergyStored()
used with the already implemented getEnegyStored() to do math to figure out the percentage of power in the reactors buffer. a lot of my old computercraft scripts for bigreactors made heavy use of this.

getHeat()
i dont think i need to explain why its required.

getMaxHeat()
does the reactors heat capacity change? if so this is needed for the same reason as getMaxEnergyStored() if not i think thats a good feature to add, more heat capacity the more blocks the casing is made out of.

commented

All of these are already implemented: getHeatLevel() gets the the heat level of fission reactors and getTemperature() gets the temp. of fusion reactors, getMaxHeatLevel() gets the the max heat level of fission reactors and getMaxTemperature() gets the max temp. of fusion reactors, and getMaxEnergyStored() gets the max energy for either.