display_modpack/display_lib
Pierre-Yves Rollo 60e80180c6 Copyright notices update 2018-01-28 19:08:07 +01:00
..
API.md Update the entities as soon as mapblock is loaded 2018-01-28 13:46:16 +01:00
LICENSE.txt Relicensing to LGPL, fixes and evolutions 2016-08-25 21:58:28 +02:00
README.md Version 1.0 2018-01-13 12:38:55 +01:00
copyright.txt Copyright notices update 2018-01-28 19:08:07 +01:00
depends.txt Fixed incorrect dependancies 2016-12-20 20:21:41 +01:00
init.lua Update the entities as soon as mapblock is loaded 2018-01-28 13:46:16 +01:00

README.md

Display Lib

This library's purpose is to ease creation of nodes with one or more displays on sides. For example, signs and clocks. Display can be dynamic and/or different for each node instance.

Limitations: This lib uses entities to draw display. This means display has to be vertical. So display nodes rotation are limitated to "upside up" positions.

Dependancies:default

License: LPGL

API: See API.md document please.

For more information, see the forum topic at the Minetest forums.