fix flux gate names

This commit is contained in:
Navid Sassan 2025-12-09 22:26:49 +01:00
parent e3228ffc10
commit d9c623f26e

View File

@ -16,8 +16,8 @@ local CONFIG = {
-- Run "peripherals" in the ComputerCraft terminal to find these names
-- All three must be set for the controller to work!
reactor_name = "draconic_reactor_0", -- The reactor itself
input_gate_name = "flux_gate_0", -- Flux gate feeding containment field
output_gate_name = "flux_gate_1", -- Flux gate for power output
input_gate_name = "flow_gate_0", -- Flux gate feeding containment field
output_gate_name = "flow_gate_1", -- Flux gate for power output
monitor_name = "right", -- Monitor side or network name (optional)
-- =======================================================================