This commit is contained in:
Mikayla Fischler
2022-06-04 10:49:36 -04:00
parent 3bb95eb441
commit fc7b83a18a
6 changed files with 123 additions and 2 deletions

View File

@@ -56,7 +56,10 @@ local RTU_UNIT_TYPES = {
TURBINE = 3, -- turbine
TURBINE_VALVE = 4, -- turbine, mekanism 10.1+
EMACHINE = 5, -- energy machine
IMATRIX = 6 -- induction matrix
IMATRIX = 6, -- induction matrix
SPS = 7, -- SPS
SNA = 8, -- SNA
ENV_DETECTOR = 9 -- environment detector
}
comms.PROTOCOLS = PROTOCOLS