forked from mtcontrib/display_modpack
Added font_lib deprecation and corresponding notices in READMEs
This commit is contained in:
parent
b3c935768f
commit
ea583b5250
@ -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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user