diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-06 22:09:56 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-06 22:09:56 -0700 |
commit | ee0cf5538a865ebaeaafa93d5303e820dfcd1ea3 (patch) | |
tree | 8ac1e4b794bc8e62bfe54e8a61cd71db8e2b15c7 | |
parent | e31a9b517851b511ea87747f148cca53fa122c09 (diff) |
Add pipeworks as optional dependency
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | depends.txt | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 |