From c8eb88f2dac95e41937ef08b3ccf10d9e8d8efba Mon Sep 17 00:00:00 2001 From: cheapie Date: Mon, 27 May 2019 22:41:27 -0500 Subject: Add initial content --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README (limited to 'README') 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) -- cgit v1.2.3