display_modpack/display_lib
Pierre-Yves Rollo 1b39bf7ae3 Added facedir node support to display_lib, created font_lib, updated mods accordingly 2015-11-28 20:44:04 +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 First commit 2015-11-11 14:26:39 +01:00
README.md Added facedir node support to display_lib, created font_lib, updated mods accordingly 2015-11-28 20:44:04 +01:00
depends.txt First commit 2015-11-11 14:26:39 +01:00
init.lua Added facedir node support to display_lib, created font_lib, updated mods accordingly 2015-11-28 20:44:04 +01:00

README.md

Dislpay 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: WTFPL

API: See API.md document please.