Go to file
cheapie 889b83ac24 Add compatibility with digistuff's channel copier 2020-04-30 01:00:41 -05:00
sounds Add initial content 2019-05-27 22:41:27 -05:00
textures Add initial content 2019-05-27 22:41:27 -05:00
COPYING Add initial content 2019-05-27 22:41:27 -05:00
README Add initial content 2019-05-27 22:41:27 -05:00
depends.txt Add initial content 2019-05-27 22:41:27 -05:00
init.lua Add compatibility with digistuff's channel copier 2020-04-30 01:00:41 -05:00

README

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)