display_modpack/display_lib
Gabriel Pérez-Cerezo 63317776bd
Added compatibility with advtrains mod
2017-12-08 14:04:59 +01:00
..
API.md Added facedir node support to display_lib, created font_lib, updated mods accordingly 2015-11-28 20:44:04 +01:00
LICENSE.txt Relicensing to LGPL, fixes and evolutions 2016-08-25 21:58:28 +02:00
README.md Release 2017-08-26 2017-08-26 14:12:38 +02:00
copyright.txt Release 2017-08-26 2017-08-26 14:12:38 +02:00
depends.txt Fixed incorrect dependancies 2016-12-20 20:21:41 +01:00
init.lua Added compatibility with advtrains mod 2017-12-08 14:04:59 +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.