simeonradivoev / MatterOverdrive

A Replication mod, for Minecraft
GNU General Public License v3.0
42 stars 40 forks source link

More information shown by fusion reactor. #195

Open colchicine opened 8 years ago

colchicine commented 8 years ago

Maybe we can display some basic transformations, such as what a stabilizer could tell us, on the screen of a reactor controller.

Harkole commented 8 years ago

Would it be possible to have a ComputerCraft/OpenComputers integration so we can use a computer to pull information out to a safer location? Alternatively a remote interface display we can place and link to a Grav. Anom. to display information.

shadowfacts commented 8 years ago

The functions getStatus, isValid, getEnergyGenerated, getMatterUsed, getEnergyStored, and getMatterStored are exposed to both ComputerCraft and OpenComputers computers.

Harkole commented 8 years ago

Thank you, failed to find any of that information.