Bug: RBMK API returns reasim water and steam as 0.0 no matter the actual value
MsAlPatina opened this issue ยท 1 comments
The API always returns a 0 on both reasimwater and reasimsteam, indempent of the actual level at the reactor,
data_table.put("realSimWater", String.valueOf(column_data.getDouble("water")));
data_table.put("realSimSteam", String.valueOf(column_data.getDouble("steam")));
``` (at 639 in TileEntityRBMKConsole.java)
maybe they arent fetching the actual value?