#623 PLC option to invert emergency coolant control

This commit is contained in:
Mikayla Fischler
2025-06-27 11:46:50 -04:00
parent 12664c6190
commit 2998371b89
4 changed files with 21 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.8.20"
local R_PLC_VERSION = "v1.8.21"
local println = util.println
local println_ts = util.println_ts