From d9c623f26e10afb3fca42327b4538275c156e582 Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Tue, 9 Dec 2025 22:26:49 +0100 Subject: [PATCH] fix flux gate names --- de_react_auto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de_react_auto b/de_react_auto index 039fd57..b3b6b72 100644 --- a/de_react_auto +++ b/de_react_auto @@ -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) -- =======================================================================