summaryrefslogtreecommitdiff
path: root/README
blob: 85f41c9a22820a3db5d4605c9bb385029c1b005d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)