From 261643a7e0844c1e22b712eea85b85f68cd59b9f Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Sun, 18 Sep 2022 13:42:07 +0200 Subject: [PATCH] add spacecannon support for channel copier https://github.com/mt-mods/digistuff/issues/35#issuecomment-1250248709 https://github.com/pandorabox-io/pandorabox.io/issues/550 --- digi_copier_fixer.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/digi_copier_fixer.lua b/digi_copier_fixer.lua index 494f97a..bc6956b 100644 --- a/digi_copier_fixer.lua +++ b/digi_copier_fixer.lua @@ -48,6 +48,9 @@ local function apply_overrides() ["pipeworks:digiline_detector_tube_9"] = "channel", ["pipeworks:digiline_detector_tube_10"] = "channel", ["pipeworks:digiline_filter"] = "channel", + ["spacecannon:cannon_green"] = "channel", + ["spacecannon:cannon_red"] = "channel", + ["spacecannon:cannon_yellow"] = "channel", ["technic:forcefield_emitter_off"] = "channel", -- formspec is not updated ["technic:forcefield_emitter_on"] = "channel", -- formspec is not updated ["technic:hv_battery_box0"] = "channel",