allow tubes to connect to front

This commit is contained in:
Brandon 2014-02-15 22:16:44 -06:00
parent 62eebe6c6c
commit 79f7ee9ce3

View File

@ -66,7 +66,7 @@ local tube = {
return inv:room_for_item("main", stack)
end,
input_inventory="main",
connect_sides = {left=1, right=1, back=1, top=1, bottom=1},
connect_sides = {left=1, right=1, back=1, top=1, bottom=1, front=1},
}
minetest.register_node("technic:injector", {