From f0754c599105c840bc7251eed519230ae7f35905 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Sat, 18 Feb 2023 22:21:33 -0500 Subject: [PATCH] 2 new urgent conduits --- mods/thermal_conduit.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/thermal_conduit.js b/mods/thermal_conduit.js index 3c480b0e..73985d2c 100644 --- a/mods/thermal_conduit.js +++ b/mods/thermal_conduit.js @@ -145,6 +145,9 @@ autoConduitTable = { down_to_up_left_and_right: {outs: [[0,-1],[-1,0],[1,0]], ins: [[0,1]]}, left_to_up_down_and_right: {outs: [[0,-1],[0,1],[1,0]], ins: [[-1,0]]}, up_to_down_left_and_right: {outs: [[0,1],[-1,0],[1,0]], ins: [[0,-1]]}, + + left_and_down_to_right: {ins: [[-1,0],[0,1]], outs: [[1,0]]}, + right_and_down_to_left: {ins: [[1,0],[0,1]], outs: [[-1,0]]}, }; for(direction in autoConduitTable) {