aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ec6ef8..13abfca 100644
--- a/README.md
+++ b/README.md
@@ -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.