summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2019-05-27 22:41:27 -0500
committercheapie <no-email-for-you@example.com>2019-05-27 22:41:27 -0500
commitc8eb88f2dac95e41937ef08b3ccf10d9e8d8efba (patch)
tree71a5f6dc8dd165eaac43e6309f79c66ecd1ae17c /README
downloadprinter-c8eb88f2dac95e41937ef08b3ccf10d9e8d8efba.tar
printer-c8eb88f2dac95e41937ef08b3ccf10d9e8d8efba.tar.gz
printer-c8eb88f2dac95e41937ef08b3ccf10d9e8d8efba.tar.bz2
printer-c8eb88f2dac95e41937ef08b3ccf10d9e8d8efba.tar.xz
printer-c8eb88f2dac95e41937ef08b3ccf10d9e8d8efba.zip
Add initial content
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..85f41c9
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+Printer mod for Minetest
+========================
+
+Adds two nodes, a regular (computer) printer and a receipt printer.
+
+Both respond to digilines commands:
+
+{command="get_status"}
+Returns a table with the status of the printer
+
+{command="print",origin="Some text, optional, receipt printer only",title="Some text, optional, regular printer only",contents="Some text"}
+Prints a document
+
+{command="formfeed"}
+Ejects an empty page (regular printer only)