diff options
author | Pierre-Yves Rollo <dev@pyrollo.com> | 2015-11-28 20:44:04 +0100 |
---|---|---|
committer | Pierre-Yves Rollo <dev@pyrollo.com> | 2015-11-28 20:44:04 +0100 |
commit | 1b39bf7ae31f0781c65c0a8f9e1d94a37def5f56 (patch) | |
tree | b1ca35fc4238e17eedf782c3b0f631e81d2f7558 /display_lib/README.md | |
parent | 9b4513bf9ded0ec759431140b59382fea0bc6009 (diff) | |
download | display_modpack-1b39bf7ae31f0781c65c0a8f9e1d94a37def5f56.tar.gz display_modpack-1b39bf7ae31f0781c65c0a8f9e1d94a37def5f56.tar.bz2 display_modpack-1b39bf7ae31f0781c65c0a8f9e1d94a37def5f56.zip |
Added facedir node support to display_lib, created font_lib, updated mods accordingly
Diffstat (limited to 'display_lib/README.md')
-rw-r--r-- | display_lib/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/display_lib/README.md b/display_lib/README.md index 7ca97b2..b075954 100644 --- a/display_lib/README.md +++ b/display_lib/README.md @@ -1,8 +1,8 @@ # Dislpay Lib -This library's purpose is to ease creation of wallmounted nodes with a display on front side. For example, signs and clocks. Display can be dynamic and/or different for each node instance. +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 are only wallmounted vertically. +**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 |