aboutsummaryrefslogtreecommitdiff
path: root/display_api
diff options
context:
space:
mode:
authorPierre-Yves Rollo <dev@pyrollo.com>2018-12-11 11:52:55 +0100
committerPierre-Yves Rollo <dev@pyrollo.com>2018-12-11 11:52:55 +0100
commit81e6dc89aecb06986908b48959751956d4be2e4d (patch)
tree1effaefd76b5a675d5fdcd60308685ac024f9476 /display_api
parentd0138092444354b5a9200db23a43e71a8c8f5cfc (diff)
downloaddisplay_modpack_no_craft-81e6dc89aecb06986908b48959751956d4be2e4d.tar.gz
display_modpack_no_craft-81e6dc89aecb06986908b48959751956d4be2e4d.zip
Added font_lib deprecation and corresponding notices in READMEs
Diffstat (limited to 'display_api')
-rw-r--r--display_api/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/display_api/README.md b/display_api/README.md
index 26b26f0..079ce6d 100644
--- a/display_api/README.md
+++ b/display_api/README.md
@@ -12,3 +12,12 @@ This library's purpose is to ease creation of nodes with one or more displays on
For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=19365) at the Minetest forums.
+## Deprecation notice (for modders)
+
+### December 2018
+Following objects are deprecated, shows a warning in log when used:
+* `display_modpack_node` group (use `display_api` group instead);
+* `display_lib_node` group (use `display_api` group instead);
+* `display_lib` global table (use `display_api` global table instead);
+
+These objects will be removed in the future.