Skip to content

Commit 5424376

Browse files
authored
prevent tubes from connecting to the front of furnaces to match chests
1 parent 1823690 commit 5424376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compat-furnaces.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ local override = {
5959
end
6060
end,
6161
input_inventory = "dst",
62-
connect_sides = {left = 1, right = 1, back = 1, front = 1, bottom = 1, top = 1}
62+
connect_sides = {left = 1, right = 1, back = 1, bottom = 1, top = 1}
6363
},
6464

6565
after_place_node = pipeworks.after_place,
@@ -110,7 +110,7 @@ local override_active = {
110110
end
111111
end,
112112
input_inventory = "dst",
113-
connect_sides = {left = 1, right = 1, back = 1, front = 1, bottom = 1, top = 1}
113+
connect_sides = {left = 1, right = 1, back = 1, bottom = 1, top = 1}
114114
},
115115

116116
after_place_node = pipeworks.after_place,

0 commit comments

Comments
 (0)