5x5 reactor support
xbony2 opened this issue ยท 3 comments
This is mainly for future reference.
4 main things that should be displayed on the screen:
Input tank fill level [getinputtank().getFluidAmount() / 10000 mB]
Output tank fill level [getoutputtank().getFluidAmount() / 10000 mB]
Heat Units per second [no get Func. must get variable, which is public]
Core Temperature [(getHeat() x 100) / getMaxHeat()]
As well, we could also display the input fluid cans and output cans. The stuff in square brackets are actual functions that can be called, and once I figure out how to get a block into the IC2 reactor system, this should all be a go!