summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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)