From ee0cf5538a865ebaeaafa93d5303e820dfcd1ea3 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Fri, 6 Jan 2017 22:09:56 -0700 Subject: [PATCH] Add pipeworks as optional dependency --- README.txt | 2 ++ depends.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/README.txt b/README.txt index 951a260..75328ce 100644 --- a/README.txt +++ b/README.txt @@ -161,6 +161,8 @@ Fuel modules act like chests, but will reject any non-fuel items that try to ent Combination modules act like furnances. For the most part, that means they act like chests - items are extracted from the "main" inventory, and items coming into the combination module are inserted into "main". However, a pipe entering the combination module from the underside will attempt to insert items into the "fuel" inventory. +Note that Pipeworks is entirely optional, you don't need to install it. + Crafting recipes ================ diff --git a/depends.txt b/depends.txt index 4ad96d5..65c795e 100644 --- a/depends.txt +++ b/depends.txt @@ -1 +1,2 @@ default +pipeworks? \ No newline at end of file