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

Seperate signs API from signs definitions

Change modnames from *_lib to *_api
This commit is contained in:
Thomas--S
2018-02-01 16:54:55 +01:00
parent 2acccd7261
commit f3970f641e
43 changed files with 831 additions and 327 deletions

View File

@ -2,9 +2,10 @@
This modpack provides mods with dynamic display. Mods are :
- **display_lib**: A library for adding display entities to nodes;
- **font_lib**: A library for displaying fonts on entities;
- **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;
- **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;