tomdodd4598 / NuclearCraft

NuclearCraft is a Forge mod for Minecraft 1.12.2.
https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-overhauled
MIT License
189 stars 125 forks source link

[Suggestion] more OpenComputers functions #405

Closed C4PTRAMPAGE closed 5 years ago

C4PTRAMPAGE commented 5 years ago

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.

tomdodd4598 commented 5 years ago

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.