aboutsummaryrefslogtreecommitdiff
path: root/display_lib/README.md
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2018-12-03 23:17:35 +0100
committerorwell96 <orwell@bleipb.de>2018-12-03 23:17:35 +0100
commit8928f78ee6305e29ed8d3b9395fcb6564c984fdf (patch)
treecd250c2b98d7131158e3744efe238780cec73fec /display_lib/README.md
parenteccdad46ef2b38cd061aab7ae6bcb252a67c2218 (diff)
parenta3e0d36a68247cac40349d9089fe3c71546d75e8 (diff)
downloaddisplay_modpack-8928f78ee6305e29ed8d3b9395fcb6564c984fdf.tar.gz
display_modpack-8928f78ee6305e29ed8d3b9395fcb6564c984fdf.tar.bz2
display_modpack-8928f78ee6305e29ed8d3b9395fcb6564c984fdf.zip
Merge remote-tracking branch 'upstream/master'HEADmaster
Resolved conflicts by reordering of files
Diffstat (limited to 'display_lib/README.md')
-rw-r--r--display_lib/README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/display_lib/README.md b/display_lib/README.md
deleted file mode 100644
index 3f8571a..0000000
--- a/display_lib/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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](https://github.com/pyrollo/display_modpack/blob/master/display_lib/API.md) document please.
-
-For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=13563) at the Minetest forums.
-