From 1224a3461569843534b275868f73af97d82559de Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sun, 22 Oct 2017 19:50:11 -0600 Subject: add Digtron duplicator block --- doc.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc.lua') diff --git a/doc.lua b/doc.lua index 69ff7c0..63143e5 100644 --- a/doc.lua +++ b/doc.lua @@ -207,6 +207,11 @@ end --------------------------------------------------------------------- +digtron.doc.duplicator_longdesc = S("A device for duplicating an adjacent Digtron using parts from its inventory.") +digtron.doc.duplicator_usagehelp = S("Place the duplicator block adjacent to a Digtron, and then fill the duplicator's inventory with enough parts to recreate the adjacent Digtron. Then place an empty Digtron crate at the duplicator's output (the side with the black \"+\") and click the \"Duplicate\" button in the duplicator's right-click GUI. If enough parts are available the Digtron will be duplicated and packed into the crate, along with all of its programming but with empty inventories.") + +--------------------------------------------------------------------- + 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".. -- cgit v1.2.3