1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00

prevent tubes from connecting to the front of furnaces to match chests

This commit is contained in:
wsor4035
2022-08-13 23:59:46 -04:00
committed by GitHub
parent 1823690dad
commit 54243764e0

View File

@ -59,7 +59,7 @@ local override = {
end
end,
input_inventory = "dst",
connect_sides = {left = 1, right = 1, back = 1, front = 1, bottom = 1, top = 1}
connect_sides = {left = 1, right = 1, back = 1, bottom = 1, top = 1}
},
after_place_node = pipeworks.after_place,
@ -110,7 +110,7 @@ local override_active = {
end
end,
input_inventory = "dst",
connect_sides = {left = 1, right = 1, back = 1, front = 1, bottom = 1, top = 1}
connect_sides = {left = 1, right = 1, back = 1, bottom = 1, top = 1}
},
after_place_node = pipeworks.after_place,