diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-06 21:54:23 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-06 21:54:23 -0700 |
commit | e31a9b517851b511ea87747f148cca53fa122c09 (patch) | |
tree | 36494ead9cb94b387216da33566ae400def75dc0 | |
parent | 1789316ec540fb30f8ab10ebe406048a78bad5bf (diff) |
Update readme
-rw-r--r-- | README.txt | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -116,6 +116,11 @@ They may also be used for providing additional traction if your digtron array is You can also use them decoratively, or to build a platform to stand on as you ride your mighty mechanical leviathan through the landscape. +Panel pieces +------------ + +There are also three "panel" pieces; one flat panel, one edge panel, and one corner panel. They're basically decorative, you can use them to build a cabin or cover holes in the Digtron's structure. + Digtron Lamp ------------ @@ -145,6 +150,17 @@ Splooshing water sounds means your Digtron is digging adjacent to (or through) w A triple "voop voop voop!" alarm indicates that there is lava adjacent to your Digtron. Digtrons can't penetrate lava by default, and this alarm indicates that a non-lava-proof Digtron operator may wish to exercise caution when opening the door to clear the obstruction. +Pipeworks Compatible +==================== + +If you happen to have the Pipeworks mod installed (https://github.com/minetest-mods/pipeworks), the three inventory modules are Pipeworks-compatible. When a Digtron moves one of the inventory modules adjacent to a pipe it will automatically hook up to it, and disconnect again when it moves on. + +Inventory modules act like chests. + +Fuel modules act like chests, but will reject any non-fuel items that try to enter them. + +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. + Crafting recipes ================ @@ -208,6 +224,25 @@ Structural modules: [ , core , ] [stick, , stick] +Panel: + +[ , , ] +[ , core , ] +[ , steel, ] + +Edge panel: + +[ , , ] +[ , core , steel] +[ , steel, ] + +Corner panel: + +[ , , ] +[ , core , steel] +[ , steel, steel] + + Lantern module: [torch,] |