1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-03 00:20:45 +02:00

Creation for boards mod

This commit is contained in:
Pierre-Yves Rollo
2018-07-16 10:26:26 +02:00
parent c19348d305
commit a0d596bab9
113 changed files with 495 additions and 2 deletions

View File

@ -1,11 +1,14 @@
# Display Modpack
# Display Modpack
Version 1.1.1
This modpack provides mods with dynamic display. Mods are :
- **display_api**: A library for adding display entities to nodes;
- **font_api**: A library for displaying fonts on entities;
- **ontime_clocks**: A mod providing clocks which display the ingame time;
- **signs_api**: A library for the easy creation of signs;
- **boards**: A mod providing school boards;
- **ontime_clocks**: A mod providing clocks which display the ingame time;
- **signs**: A mod providing signs and direction signs displaying text;
- **signs_road**: A mod providing road signs displaying text;
- **steles**: A mod providing stone steles with text;
@ -16,6 +19,12 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic
## Changelog
### 2018-07-16 (Version 1.1.1)
- Boards mod added.
- Bug fix in default font chosing when multiple font registered.
### 2018-07-13 (Version 1.1.0)
- Font API rework introducing Font class.