#480 added auxiliary coolant redstone output

This commit is contained in:
Mikayla
2025-02-11 22:42:07 +00:00
parent eafcd89aba
commit 425a6c8775
2 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ local t_pack = table.pack
local util = {}
-- scada-common version
util.version = "1.4.10"
util.version = "1.4.11"
util.TICK_TIME_S = 0.05
util.TICK_TIME_MS = 50