summaryrefslogtreecommitdiff
path: root/doc.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-10-14 14:55:39 -0600
committerFaceDeer <derksenmobile@gmail.com>2017-10-14 14:55:39 -0600
commit398716464a16f20113dc19d2bb24285d40454a52 (patch)
tree28791d7cdc18119499e22a29d44621b6180fd85e /doc.lua
parent776bbb1811802cf46b79f22e407664155157e260 (diff)
add inventory ejector
Diffstat (limited to 'doc.lua')
-rw-r--r--doc.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc.lua b/doc.lua
index 220fd21..b12f262 100644
--- a/doc.lua
+++ b/doc.lua
@@ -196,6 +196,17 @@ digtron.doc.power_connector_usagehelp = S("A power connector node automatically
---------------------------------------------------------------------
+digtron.doc.inventory_ejector_longdesc = S("An outlet that can be used to eject accumulated detritus from a Digtron's inventory.")
+digtron.doc.inventory_ejector_usagehelp = S("When this block is right-clicked it will search the entire inventory of the Digtron and will eject a stack of items taken from it, provided the items are not set for use by any of the Digtron's builders. Will not eject if the destination block is occupied.")
+
+if pipeworks_enabled then
+ digtron.doc.inventory_ejector_usagehelp = digtron.doc.inventory_ejector_usagehelp
+ .."\n\n"..
+ S("Item ejectors are compatible with pipeworks and will automatically connect to a pipeworks tube if one is adjacent in the output location.")
+end
+
+---------------------------------------------------------------------
+
digtron.doc.structure_longdesc = S("Structural component for a Digtron array")
digtron.doc.structure_usagehelp = S("These blocks allow otherwise-disconnected sections of digtron blocks to be linked together. They are not usually necessary for simple diggers but more elaborate builder arrays might have builder blocks that can't be placed directly adjacent to other digtron blocks and these blocks can serve to keep them connected to the controller."
.."\n\n"..