#181 independent emergency coolant valve control

This commit is contained in:
Mikayla Fischler
2023-04-07 08:05:14 -04:00
parent c2132ea7eb
commit ccc0aa18ff
4 changed files with 66 additions and 4 deletions

View File

@@ -5,6 +5,10 @@ config.NETWORKED = true
-- unique reactor ID
config.REACTOR_ID = 1
-- for offline mode, this redstone interface will turn off (open a valve)
-- when emergency coolant is needed due to low coolant
config.EMERGENCY_COOL = { side = "right", color = nil }
-- port to send packets TO server
config.SERVER_PORT = 16000
-- port to listen to incoming packets FROM server