2023-01-02 20:01:38 +00:00
|
|
|
--[[
|
|
|
|
Central Command Center for AE, Power, and other Monitoring.
|
|
|
|
|
|
|
|
Sections:
|
|
|
|
- AE Monitoring
|
|
|
|
- Key items
|
|
|
|
- Quantum links
|
|
|
|
- Stock levels
|
|
|
|
- Energy Levels
|
|
|
|
- Power Monitoring
|
|
|
|
- Control energy generation
|
|
|
|
]]
|
|
|
|
|
2023-01-01 22:32:25 +00:00
|
|
|
|
|
|
|
local monitorMainRight = peripheral.wrap("monitor_16")
|
|
|
|
local monitorMainLeft = peripheral.wrap("monitor_17")
|
|
|
|
local monitorTopRight = peripheral.wrap("monitor_19")
|
2023-01-02 20:01:38 +00:00
|
|
|
local monitorTopLeft = peripheral.wrap("monitor_18")
|
|
|
|
|