1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2024-09-25 05:40:28 +02:00
display_modpack/display_lib
2016-12-20 20:21:41 +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
depends.txt Fixed incorrect dependancies 2016-12-20 20:21:41 +01:00
init.lua Relicensing to LGPL, fixes and evolutions 2016-08-25 21:58:28 +02:00
LICENSE.txt Relicensing to LGPL, fixes and evolutions 2016-08-25 21:58:28 +02:00
README.md Relicensing to LGPL, fixes and evolutions 2016-08-25 21:58:28 +02:00

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: LPGL

API: See API.md document please.