Go to file
Ciaran Gultnieks 3cb7e53867 Make printer and scanner visually distinguishable
They're still ugly, which I don't care about for now, but at least you
can tell what they are without inspecting them.
2015-05-06 07:45:09 +01:00
textures Make printer and scanner visually distinguishable 2015-05-06 07:45:09 +01:00
README.md First draft - printer works, scanner not tested yet 2014-03-11 07:35:18 +00:00
depends.txt Add moddebug support 2014-11-05 19:44:28 +00:00
init.lua First draft - printer works, scanner not tested yet 2014-03-11 07:35:18 +00:00
printer.lua Make printer and scanner visually distinguishable 2015-05-06 07:45:09 +01:00
scanner.lua Make printer and scanner visually distinguishable 2015-05-06 07:45:09 +01:00

README.md

Minetest Printer Mod

This mod provides a printer that can print messages to paper, and a scanner that can read them back. Printing is initiated by a digilines message to the printer (which must have paper in). When a scanner receives (via pipeworks) a printed message, it sends a digilines message.

Both the printer and scanner are designed to be used in conjunction with both digilines and pipeworks. They don't make much sense without them.

The whole thing depends on the 'memorandum' module. The printed messages from this module are the same as those hand-written in that module, and the scanner will read hand-written messages too.

License

License: Code - LGPL, Textures - WTFPL