fix flux gate names
This commit is contained in:
parent
e3228ffc10
commit
d9c623f26e
@ -16,8 +16,8 @@ local CONFIG = {
|
|||||||
-- Run "peripherals" in the ComputerCraft terminal to find these names
|
-- Run "peripherals" in the ComputerCraft terminal to find these names
|
||||||
-- All three must be set for the controller to work!
|
-- All three must be set for the controller to work!
|
||||||
reactor_name = "draconic_reactor_0", -- The reactor itself
|
reactor_name = "draconic_reactor_0", -- The reactor itself
|
||||||
input_gate_name = "flux_gate_0", -- Flux gate feeding containment field
|
input_gate_name = "flow_gate_0", -- Flux gate feeding containment field
|
||||||
output_gate_name = "flux_gate_1", -- Flux gate for power output
|
output_gate_name = "flow_gate_1", -- Flux gate for power output
|
||||||
monitor_name = "right", -- Monitor side or network name (optional)
|
monitor_name = "right", -- Monitor side or network name (optional)
|
||||||
|
|
||||||
-- =======================================================================
|
-- =======================================================================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user